Remove readme and comment out mail config #emacs
This commit is contained in:
@ -1,2 +0,0 @@
|
|||||||
* Dotfiles
|
|
||||||
** Philosophy
|
|
||||||
@ -22,7 +22,8 @@
|
|||||||
(:prefix "o"
|
(:prefix "o"
|
||||||
(:desc "APP: Email" "e" #'=mail))))
|
(:desc "APP: Email" "e" #'=mail))))
|
||||||
:config
|
:config
|
||||||
(setq notmuch-fcc-dirs nil
|
(setq notmuch-fcc-dirs '((".*onec.me" . "colin@onec.me/Sent")
|
||||||
|
(".*15five.com" . "colin.powell@15five.com/Sent")))
|
||||||
notmuch-show-logo nil
|
notmuch-show-logo nil
|
||||||
notmuch-message-headers-visible nil
|
notmuch-message-headers-visible nil
|
||||||
message-kill-buffer-on-exit t
|
message-kill-buffer-on-exit t
|
||||||
@ -60,10 +61,10 @@
|
|||||||
(add-hook 'notmuch-tree-mode-hook (lambda () (setq-local line-spacing nil)))
|
(add-hook 'notmuch-tree-mode-hook (lambda () (setq-local line-spacing nil)))
|
||||||
(remove-hook 'message-mode-hook #'turn-on-auto-fill)
|
(remove-hook 'message-mode-hook #'turn-on-auto-fill)
|
||||||
(remove-hook 'notmuch-message-mode-hook #'turn-on-auto-fill)
|
(remove-hook 'notmuch-message-mode-hook #'turn-on-auto-fill)
|
||||||
(push 'notmuch-tree-mode evil-snipe-disabled-modes)
|
;; (push 'notmuch-tree-mode evil-snipe-disabled-modes)
|
||||||
(push 'notmuch-hello-mode evil-snipe-disabled-modes)
|
;; (push 'notmuch-hello-mode evil-snipe-disabled-modes)
|
||||||
(push 'notmuch-search-mode evil-snipe-disabled-modes)
|
;; (push 'notmuch-search-mode evil-snipe-disabled-modes)
|
||||||
(push 'notmuch-show-mode evil-snipe-disabled-modes)
|
;; (push 'notmuch-show-mode evil-snipe-disabled-modes)
|
||||||
(advice-add #'notmuch-start-notmuch-sentinel :override #'+mail/notmuch-start-notmuch-sentinel)
|
(advice-add #'notmuch-start-notmuch-sentinel :override #'+mail/notmuch-start-notmuch-sentinel)
|
||||||
(advice-add #'notmuch-show :override #'+mail/notmuch-show-reuse-buffer)
|
(advice-add #'notmuch-show :override #'+mail/notmuch-show-reuse-buffer)
|
||||||
(advice-add #'notmuch-hello-insert-searches :override #'+mail/notmuch-hello-insert-searches)
|
(advice-add #'notmuch-hello-insert-searches :override #'+mail/notmuch-hello-insert-searches)
|
||||||
|
|||||||
Reference in New Issue
Block a user