From c0e149e55279647335ee7a214fdef5d05f827d59 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 30 Aug 2015 13:21:47 -0700 Subject: [PATCH] cleanup --- dotfiles/emacs.d/init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 318e4f35..7c9b0101 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -93,7 +93,7 @@ ;; ============================================================================= (defvar packages-eager - '(popup yasnippet cl-lib + '(popup cl-lib xclip dired+ ctags ctags-update aggressive-indent imenu+ neotree diminish gist)) @@ -551,7 +551,7 @@ The current directory is assumed to be the project's root otherwise." ;; y and n instead of yes and no (defalias 'yes-or-no-p 'y-or-n-p) -(use-package discover-my-major :ensure t) +(use-package discover-my-major) (use-package which-key :config @@ -561,8 +561,7 @@ The current directory is assumed to be the project's root otherwise." (which-key-mode))) (use-package jump-char - :bind (("C-;" . jump-char-forward)) - :ensure t) + :bind (("C-;" . jump-char-forward))) (imalison:prefix-alternative imalison:avy avy-goto-word-1 avy-goto-char) (use-package avy