Configure tramp and javascript IDE
This commit is contained in:
parent
d86f07a002
commit
c48d9754c6
6 changed files with 30 additions and 7 deletions
2
02ivy.el
2
02ivy.el
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue