Add hydra for managing default projects

This commit is contained in:
Maciej 2018-09-09 14:26:00 +03:00
parent 271d87f6a6
commit d2b17e2fa3
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
5 changed files with 26 additions and 7 deletions

View file

@ -1,17 +0,0 @@
(setq-default ivy-use-virtual-buffers t)
(setq-default ivy-count-format "(%d of %d) ")
(counsel-mode 1)
(global-set-key (kbd "C-c a") 'counsel-ag)
(global-set-key (kbd "C-c b") 'ivy-switch-buffer)
(global-set-key (kbd "C-c t") 'counsel-find-file)
(global-set-key (kbd "C-s") 'swiper) ;; Find things by regexp
(global-set-key (kbd "M-x") 'counsel-M-x) ;; M-x on steroids
(global-set-key (kbd "<f1> f") 'counsel-describe-function)
(global-set-key (kbd "<f1> v") 'counsel-describe-variable)
(global-set-key (kbd "<f1> l") 'counsel-find-library)
(global-set-key (kbd "<f2> i") 'counsel-info-lookup-symbol)
(global-set-key (kbd "<f2> u") 'counsel-unicode-char)