Remove olivetti

This commit is contained in:
Evie Litherland-Smith 2025-02-19 08:39:31 +00:00
parent 52b029f940
commit c6f25b9499

13
init.el
View file

@ -145,13 +145,6 @@
(display-time-24hr-format t)
(display-time-day-and-date nil))
(use-package olivetti
:if (package-installed-p 'olivetti)
:hook (text-mode)
:custom
(olivetti-style nil)
(olivetti-minimum-body-width 120))
(use-package tramp
:defines (tramp-remote-path tramp-default-proxies-alist)
:custom
@ -254,10 +247,7 @@
(("C-c m" . mu4e)
:map mu4e-view-mode-map
("o n" . mu4e-org-store-and-capture))
:hook (((mu4e-main-mode mu4e-headers-mode) . (lambda () (visual-line-mode -1)))
((mu4e-view-mode) . (lambda ()
(setq fill-column 120)
(olivetti-mode +1))))
:hook (((mu4e-main-mode mu4e-headers-mode) . (lambda () (visual-line-mode -1))))
:init
(setq mail-user-agent 'mu4e-user-agent
read-mail-command 'mu4e)
@ -434,7 +424,6 @@
(keymap-global-set "C-h K" #'describe-keymap)
(use-package text-mode
:hook ((text-mode) . (lambda () (setq fill-column 100)))
:custom
(text-mode-ispell-word-completion nil))