diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 99485a5..f5e53d0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -178,7 +178,6 @@ (load-file "~/.emacs.d/rul-init.d/projectile.el") (load-file "~/.emacs.d/rul-init.d/vterm.el") (load-file "~/.emacs.d/rul-init.d/which-key.el") -(load-file "~/.emacs.d/rul-init.d/writeroom.el") (when-let* ((file (locate-user-emacs-file "rul-post-init.el")) ((file-exists-p file))) |