diff options
| -rw-r--r-- | .emacs.local.d/modes/ivy.el | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.emacs.local.d/modes/ivy.el b/.emacs.local.d/modes/ivy.el index 0809729..20a9a1d 100644 --- a/.emacs.local.d/modes/ivy.el +++ b/.emacs.local.d/modes/ivy.el @@ -11,6 +11,7 @@    (setq ivy-re-builders-alist          '((swiper . ivy--regex-plus)            (t      . ivy--regex-fuzzy))) +)  ;; Override the basic Emacs commands  (use-package counsel | 
