Remove avy again. emacs feels laggy
This commit is contained in:
parent
d5fcab2f00
commit
71ee185dc4
1 changed files with 3 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
'(menu-bar-mode nil)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(evil-org org-bullets counsel powerline-evil powerline origami projectile terminal-here shell-pop swiper neotree centered-cursor-mode ivy avy heroku-theme auto-complete use-package yasnippet evil-surround org evil-magit magit makefile-runner evil)))
|
||||
(evil-org org-bullets counsel powerline-evil powerline origami projectile terminal-here shell-pop swiper neotree centered-cursor-mode ivy heroku-theme auto-complete use-package yasnippet evil-surround org evil-magit magit makefile-runner evil)))
|
||||
'(scroll-bar-mode nil)
|
||||
'(shell-pop-shell-type
|
||||
(quote
|
||||
|
@ -325,11 +325,12 @@
|
|||
:demand t
|
||||
:config (yas-global-mode 1))
|
||||
|
||||
;; avy
|
||||
;; avy - Disabled because it makes emacs laggy :(
|
||||
(use-package avy
|
||||
:ensure t
|
||||
:demand t
|
||||
:bind ("C-c f" . avy-goto-line)
|
||||
:disabled
|
||||
:config
|
||||
(setq avy-keys '(?w ?a ?s ?d ?q ?e))
|
||||
(dolist (face avy-lead-faces)
|
||||
|
|
Loading…
Reference in a new issue