diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-08-02 21:45:59 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-08-02 21:56:03 -0700 |
commit | 3e1a1df0be897f440b8f1f663b290913c72ee36a (patch) | |
tree | 491129d9f21a68e52e6d8549e9327f796c1e2814 /.emacs.d/init.el | |
parent | 64ae130fec7996bfd128a326c56224ea584d9a62 (diff) |
emacs: move consult code to rul-completion
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)) |