File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -909,7 +909,6 @@ different face
909
909
;; Hook for when a frame is created with emacsclient
910
910
;; see https://www.gnu.org/software/emacs/manual/html_node/elisp/Creating-Frames.html
911
911
(add-hook 'after-make-frame-functions '--set-emoji-font)
912
-
913
912
#+END_SRC
914
913
** Automatically remove trailing whitespace (only if I put them there)
915
914
#+BEGIN_SRC emacs-lisp
@@ -2109,7 +2108,7 @@ go up multiple parent directories."
2109
2108
#+END_SRC
2110
2109
* Helm
2111
2110
#+BEGIN_SRC emacs-lisp
2112
- ;;; Helm config
2111
+ ;;; Helm config
2113
2112
(use-package helm
2114
2113
:disabled t
2115
2114
:commands (helm-M-x helm-mini helm-imenu helm-resume helm-execute-persistent-action helm-select-action)
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- # Time-stamp: <2018-10-07 03:11:44 kmodi>
2
+ # Time-stamp: <2018-10-07 23:27:20 kmodi>
3
3
4
4
set -euo pipefail # http://redsymbol.net/articles/unofficial-bash-strict-mode
5
5
IFS=$' \n\t '
@@ -16,6 +16,7 @@ run_test () {
16
16
" ${bin} " tests/org_tangle_rs/
17
17
" ${bin} " tests/nested_src/
18
18
" ${bin} " tests/property_drawer/
19
+ " ${bin} " tests/dmacs/
19
20
20
21
" ${bin} " tests/missing_arg_value/missing_arg_value.org || true
21
22
" ${bin} " tests/invalid_arg_no_colon/ || true
You can’t perform that action at this time.
0 commit comments