aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/loader.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index a34f4a5..367939c 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -483,6 +483,7 @@ Enable winner mode to save window state.
("C-x b" . ivy-switch-buffer)
("C-x 8 RET" . counsel-unicode-char))
:config
+ (ivy-mode 1)
(counsel-mode t)
(setq ivy-use-virtual-buffers t)
(setq ivy-count-format "(%d/%d) ")