Configure tramp and javascript IDE

This commit is contained in:
Maciej 2018-09-26 10:30:35 +03:00
parent d86f07a002
commit c48d9754c6
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 30 additions and 7 deletions

View file

@ -1,7 +1,7 @@
(setq-default ivy-use-virtual-buffers t ;; Display recent files in ivy-switch-buffer
ivy-count-format "(%d of %d) " ;; Current candidate count style
ivy-display-style 'fancy ;; Formatting style
ivy-re-builders-alist '((t . ivy--regex-fuzzy))) ;; Use fuzzy matching
)
(global-set-key (kbd "C-c a") 'counsel-ag)
(global-set-key (kbd "C-c b") 'ivy-switch-buffer)