summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8082c64..8d2a877 100644
--- a/init.el
+++ b/init.el
@@ -28,3 +28,17 @@
(set-fringe-mode 10)
(load-theme 'tango-dark)
+
+(use-package ivy
+ :bind (("C-s" . swiper)
+ :map ivy-minibuffer-map
+ ("TAB" . ivy-alt-done))
+ :config
+ (ivy-mode 1))
+
+(use-package counsel
+ :bind (("M-x" . counsel-M-x)
+ ("C-x b" . counsel-ibuffer)
+ ("C-x C-f" . counsel-find-file))
+ :config
+ (setq ivy-initial-inputs-alist nil)) ;; Don't start searches with ^