diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-07-28 08:00:27 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-07-28 08:00:27 -0700 |
commit | 6e94ad0b922de3d515c58408a54e7833f11685ee (patch) | |
tree | 4968af51f820bb574b10223bbca889afea86923d /.emacs.d/init.el | |
parent | 1dbdde9d5c392bf2042ee36abe37b9ec6cd86b2d (diff) |
emacs: ivy is no more
Diffstat (limited to '.emacs.d/init.el')
-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 743df0a..5d5c0c4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -172,7 +172,6 @@ (load-file "~/.emacs.d/rul-init.d/hydra.el") (load-file "~/.emacs.d/rul-init.d/ibuffer.el") (load-file "~/.emacs.d/rul-init.d/imenu.el") -;(load-file "~/.emacs.d/rul-init.d/ivy.el") (load-file "~/.emacs.d/rul-init.d/latex.el") (load-file "~/.emacs.d/rul-init.d/logos.el") (load-file "~/.emacs.d/rul-init.d/mail-mode.el") |