Emacs: documented ivy stuff
This commit is contained in:
parent
3bcbf17130
commit
63875ef00f
1 changed files with 3 additions and 3 deletions
|
@ -329,16 +329,16 @@
|
|||
;;; enable neotree theme
|
||||
(doom-themes-neotree-config)
|
||||
|
||||
|
||||
;; experimental stuff
|
||||
|
||||
;;; ivy default configuration
|
||||
|
||||
;;; always enable ivy
|
||||
(ivy-mode 1)
|
||||
|
||||
;;; ivy configuration
|
||||
(setq ivy-use-virtual-buffers t)
|
||||
(setq ivy-count-format "(%d/%d) ")
|
||||
|
||||
;;; ivy keys
|
||||
(global-set-key (kbd "C-s") 'swiper)
|
||||
(global-set-key (kbd "M-x") 'counsel-M-x)
|
||||
(global-set-key (kbd "C-x C-f") 'counsel-find-file)
|
||||
|
|
Loading…
Reference in a new issue