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/rul-init.d/staging.el | |
parent | 1dbdde9d5c392bf2042ee36abe37b9ec6cd86b2d (diff) |
emacs: ivy is no more
Diffstat (limited to '.emacs.d/rul-init.d/staging.el')
-rw-r--r-- | .emacs.d/rul-init.d/staging.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/rul-init.d/staging.el b/.emacs.d/rul-init.d/staging.el index 01fd079..06433cf 100644 --- a/.emacs.d/rul-init.d/staging.el +++ b/.emacs.d/rul-init.d/staging.el @@ -118,6 +118,3 @@ ;; (setq consult-project-function nil) ) -(setq completion-styles '(flex basic) - completion-category-defaults nil - completion-category-overrides nil) |