diff options
author | David Robillard <d@drobilla.net> | 2017-11-14 20:53:55 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-11-22 11:48:38 +0100 |
commit | f195dbf02045251ca2cfcd1a26ee92dba71940c7 (patch) | |
tree | c000967f37651c2808b43023596c7389b623b263 | |
parent | 2c8a129b2b0807a6dbfd3910b43f0cb4588ec488 (diff) | |
download | dotfiles-f195dbf02045251ca2cfcd1a26ee92dba71940c7.tar.gz dotfiles-f195dbf02045251ca2cfcd1a26ee92dba71940c7.tar.bz2 dotfiles-f195dbf02045251ca2cfcd1a26ee92dba71940c7.zip |
Remove avy
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 7645669..274046f 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -33,7 +33,6 @@ (require 'use-package) (use-package ace-window :ensure ace-window) -(use-package avy :ensure avy) (use-package bind-key :ensure bind-key) (use-package clang-format :ensure clang-format) (use-package counsel :ensure counsel :config (counsel-mode)) |