diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d3c8a19..9eb2faf 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -184,8 +184,6 @@ (load-file "~/.emacs.d/rul-init.d/writeroom.el") (load-file "~/.emacs.d/rul-init.d/vterm.el") -(load-file "~/.emacs.d/rul-init.d/staging.el") - (when-let* ((file (locate-user-emacs-file "rul-post-init.el")) ((file-exists-p file))) (load-file file)) |