Remove visual-fill-column package from Doom core
It is not essential enough to keep in Doom core. I'm working on a new module (or a rewrite for app/write) to replace it.
This commit is contained in:
parent
67b6c44939
commit
20720cda61
4 changed files with 1 additions and 15 deletions
|
@ -46,12 +46,6 @@
|
|||
|
||||
(advice-add #'notmuch-start-notmuch-sentinel :around #'+notmuch*dont-confirm-on-kill-process)
|
||||
|
||||
;; Visual enhancements
|
||||
(defun +notmuch|center-window ()
|
||||
(setq-local visual-fill-column-width 90)
|
||||
(visual-fill-column-mode))
|
||||
(add-hook 'notmuch-show-mode-hook #'+notmuch|center-window)
|
||||
|
||||
;; modeline doesn't have much use in these modes
|
||||
(add-hook! (notmuch-show-mode notmuch-tree-mode notmuch-search-mode)
|
||||
#'hide-mode-line-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue