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)
|
'(menu-bar-mode nil)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(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)
|
'(scroll-bar-mode nil)
|
||||||
'(shell-pop-shell-type
|
'(shell-pop-shell-type
|
||||||
(quote
|
(quote
|
||||||
|
@ -325,11 +325,12 @@
|
||||||
:demand t
|
:demand t
|
||||||
:config (yas-global-mode 1))
|
:config (yas-global-mode 1))
|
||||||
|
|
||||||
;; avy
|
;; avy - Disabled because it makes emacs laggy :(
|
||||||
(use-package avy
|
(use-package avy
|
||||||
:ensure t
|
:ensure t
|
||||||
:demand t
|
:demand t
|
||||||
:bind ("C-c f" . avy-goto-line)
|
:bind ("C-c f" . avy-goto-line)
|
||||||
|
:disabled
|
||||||
:config
|
:config
|
||||||
(setq avy-keys '(?w ?a ?s ?d ?q ?e))
|
(setq avy-keys '(?w ?a ?s ?d ?q ?e))
|
||||||
(dolist (face avy-lead-faces)
|
(dolist (face avy-lead-faces)
|
||||||
|
|
Loading…
Reference in a new issue