diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-14 23:27:31 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-14 23:27:31 -0400 |
commit | 5842415b4a7b31d2cf292f73aeda045acdaecfd0 (patch) | |
tree | 7d4fcc199f4b40018323bd296b1e26b207f4a0f8 | |
parent | 26172d919a15dceda1b2b2d22c1568d718fbc236 (diff) | |
download | configs-5842415b4a7b31d2cf292f73aeda045acdaecfd0.tar.gz configs-5842415b4a7b31d2cf292f73aeda045acdaecfd0.tar.xz configs-5842415b4a7b31d2cf292f73aeda045acdaecfd0.zip |
[emacs/notmuch] don't insert the two blank lines in the beginning
-rw-r--r-- | init.org | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1148,12 +1148,12 @@ Emacs package that displays available keybindings in popup #'flyspell-mode) ;; (add-hook 'notmuch-message-mode-hook #'+doom-modeline|set-special-modeline) ;; TODO: is there a way to only run this when replying and not composing? - (add-hook 'notmuch-message-mode-hook - (lambda () (progn - (newline) - (newline) - (forward-line -1) - (forward-line -1)))) + ;; (add-hook 'notmuch-message-mode-hook + ;; (lambda () (progn + ;; (newline) + ;; (newline) + ;; (forward-line -1) + ;; (forward-line -1)))) ;; (add-hook 'message-setup-hook ;; #'mml-secure-message-sign-pgpmime) ) |