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
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)
Original file line number Diff line number Diff line change 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
44set -euo pipefail # http://redsymbol.net/articles/unofficial-bash-strict-mode
55IFS=$' \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
You can’t perform that action at this time.
0 commit comments