Permalink
Browse files
Minor white-space fixes to dmacs/init.org; Enable dmacs test
- Loading branch information...
Showing
with
3 additions
and
3 deletions.
-
+1
−2
tests/dmacs/init.org
-
+2
−1
tests/test.sh
|
|
@@ -909,7 +909,6 @@ different face |
|
|
;; Hook for when a frame is created with emacsclient
|
|
|
;; see https://www.gnu.org/software/emacs/manual/html_node/elisp/Creating-Frames.html
|
|
|
(add-hook 'after-make-frame-functions '--set-emoji-font)
|
|
|
|
|
|
#+END_SRC
|
|
|
** Automatically remove trailing whitespace (only if I put them there)
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
@@ -2109,7 +2108,7 @@ go up multiple parent directories." |
|
|
#+END_SRC
|
|
|
* Helm
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
;;; Helm config
|
|
|
;;; Helm config
|
|
|
(use-package helm
|
|
|
:disabled t
|
|
|
:commands (helm-M-x helm-mini helm-imenu helm-resume helm-execute-persistent-action helm-select-action)
|
|
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
#!/usr/bin/env bash
|
|
|
# Time-stamp: <2018-10-07 03:11:44 kmodi>
|
|
|
# Time-stamp: <2018-10-07 23:27:20 kmodi>
|
|
|
|
|
|
set -euo pipefail # http://redsymbol.net/articles/unofficial-bash-strict-mode
|
|
|
IFS=$'\n\t'
|
|
|
@@ -16,6 +16,7 @@ run_test () { |
|
|
"${bin}" tests/org_tangle_rs/
|
|
|
"${bin}" tests/nested_src/
|
|
|
"${bin}" tests/property_drawer/
|
|
|
"${bin}" tests/dmacs/
|
|
|
|
|
|
"${bin}" tests/missing_arg_value/missing_arg_value.org || true
|
|
|
"${bin}" tests/invalid_arg_no_colon/ || true
|
|
|
|
0 comments on commit
28641d1