diff options
author | Raul Benencia <raul@thousandeyes.com> | 2023-11-29 10:44:00 -0800 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2023-11-29 10:44:00 -0800 |
commit | 089df3d8afe98036f34c789adb209904ef1e622f (patch) | |
tree | 81966345464049ff33531e7bec1ccee5cd8a3757 /.emacs.d | |
parent | 954d50870c4a033dc30f5da5ccb60244e8660cde (diff) |
emacs: -writeroom.el
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))) |