diff options
| author | Raul Benencia <rul@kalgan.cc> | 2021-04-23 10:06:34 -0700 | 
|---|---|---|
| committer | Raul Benencia <rul@kalgan.cc> | 2021-04-23 10:06:34 -0700 | 
| commit | 14762f0e1fb80c7328989b01634b0c81cce40fb3 (patch) | |
| tree | b44bbb65578389871f3238979e66a4b0c4a0ad15 /.emacs.local.d/modes | |
| parent | 58fde63a5ef0846eebb95ec8845164e17947e8ab (diff) | |
emacs: fix syntax error
Diffstat (limited to '.emacs.local.d/modes')
| -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 | 
