Skip to content

Commit

Permalink
Add ivy config, but don't use it.
Browse files Browse the repository at this point in the history
  • Loading branch information
map7 committed Dec 16, 2016
1 parent f9a5754 commit bab3f6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom/33-ivy.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(use-package ivy)
(use-package counsel)
(use-package swiper)

(ivy-mode 1)
(setq ivy-use-virtual-buffers t)
(global-set-key "\C-s" 'swiper)
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
;;(load "30-discover.el") ; Discover more of emacs using context menus
;;(load "31-sunshine.el") ; Weather
;;(load "32-twittering-mode.el") ; Twitter client
;;(load "33-ivy.el") ; ivy-mode (not convinced yet)

;;--------------------------------------------------------------------------------
;;-Org-mode related (40-49)
Expand Down

0 comments on commit bab3f6d

Please sign in to comment.