projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
26172d9
)
[emacs/notmuch] don't insert the two blank lines in the beginning
author
Amin Bandali
<amin@aminb.org>
Sun, 15 Jul 2018 03:27:31 +0000
(23:27 -0400)
committer
Amin Bandali
<amin@aminb.org>
Sun, 15 Jul 2018 03:27:31 +0000
(23:27 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
4cfe1fa
..
60e319e
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-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?
#'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)
)
;; (add-hook 'message-setup-hook
;; #'mml-secure-message-sign-pgpmime)
)