mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(startup): Make various modules more lazy-loaded
This should improve startup speed a little bit.
This commit is contained in:
@@ -7,10 +7,7 @@
|
||||
;;; Code:
|
||||
|
||||
(use-package writeroom-mode
|
||||
:commands
|
||||
writeroom-mode
|
||||
global-writeroom-mode
|
||||
|
||||
:defer t
|
||||
:bind
|
||||
(:map writeroom-mode-map
|
||||
("C-M-<" . writeroom-decrease-width)
|
||||
|
||||
Reference in New Issue
Block a user