From 71ee185dc4f43679bc2763ed5e4a441daaa900e8 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 10 Oct 2017 22:19:25 +0200 Subject: [PATCH] Remove avy again. emacs feels laggy --- emacs/.emacs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/.emacs b/emacs/.emacs index 6cae1bd..0141e6f 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -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)