Added counsel to emacs conf
This commit is contained in:
parent
b9a933ee88
commit
5cc194af98
1 changed files with 8 additions and 0 deletions
|
@ -198,6 +198,14 @@
|
|||
(setq ivy-count-format "(%d/%d) ")
|
||||
(define-key ivy-minibuffer-map (kbd "<C-return>") 'ivy-immediate-done)))
|
||||
|
||||
(use-package counsel
|
||||
:ensure t
|
||||
:demand t
|
||||
:config (progn
|
||||
(global-set-key (kbd "C-c l") 'counsel-locate)
|
||||
(global-set-key (kbd "C-c m") 'counsel-imenu)
|
||||
(global-set-key (kbd "C-c _") 'counsel-git-grep)))
|
||||
|
||||
;; Quickly open external terminal
|
||||
(use-package terminal-here
|
||||
:ensure t
|
||||
|
|
Loading…
Reference in a new issue