From 14762f0e1fb80c7328989b01634b0c81cce40fb3 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Fri, 23 Apr 2021 10:06:34 -0700 Subject: emacs: fix syntax error --- .emacs.local.d/modes/ivy.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.local.d/modes/ivy.el') 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 -- cgit v1.2.3