Skip to content

Commit 28641d1

Browse files
committed
Minor white-space fixes to dmacs/init.org; Enable dmacs test
1 parent d4ee779 commit 28641d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/dmacs/init.org

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,6 @@ different face
909909
;; Hook for when a frame is created with emacsclient
910910
;; see https://www.gnu.org/software/emacs/manual/html_node/elisp/Creating-Frames.html
911911
(add-hook 'after-make-frame-functions '--set-emoji-font)
912-
913912
#+END_SRC
914913
** Automatically remove trailing whitespace (only if I put them there)
915914
#+BEGIN_SRC emacs-lisp
@@ -2109,7 +2108,7 @@ go up multiple parent directories."
21092108
#+END_SRC
21102109
* Helm
21112110
#+BEGIN_SRC emacs-lisp
2112-
;;; Helm config
2111+
;;; Helm config
21132112
(use-package helm
21142113
:disabled t
21152114
:commands (helm-M-x helm-mini helm-imenu helm-resume helm-execute-persistent-action helm-select-action)

tests/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Time-stamp: <2018-10-07 03:11:44 kmodi>
2+
# Time-stamp: <2018-10-07 23:27:20 kmodi>
33

44
set -euo pipefail # http://redsymbol.net/articles/unofficial-bash-strict-mode
55
IFS=$'\n\t'
@@ -16,6 +16,7 @@ run_test () {
1616
"${bin}" tests/org_tangle_rs/
1717
"${bin}" tests/nested_src/
1818
"${bin}" tests/property_drawer/
19+
"${bin}" tests/dmacs/
1920

2021
"${bin}" tests/missing_arg_value/missing_arg_value.org || true
2122
"${bin}" tests/invalid_arg_no_colon/ || true

0 commit comments

Comments
 (0)