Remove olivetti
This commit is contained in:
parent
52b029f940
commit
c6f25b9499
13
init.el
13
init.el
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue