This commit is contained in:
Ivan Malison 2015-08-30 13:21:47 -07:00
parent c743e59a01
commit c0e149e552

View File

@ -93,7 +93,7 @@
;; ============================================================================= ;; =============================================================================
(defvar packages-eager (defvar packages-eager
'(popup yasnippet cl-lib '(popup cl-lib
xclip dired+ ctags ctags-update aggressive-indent imenu+ neotree diminish xclip dired+ ctags ctags-update aggressive-indent imenu+ neotree diminish
gist)) 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 ;; y and n instead of yes and no
(defalias 'yes-or-no-p 'y-or-n-p) (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 (use-package which-key
:config :config
@ -561,8 +561,7 @@ The current directory is assumed to be the project's root otherwise."
(which-key-mode))) (which-key-mode)))
(use-package jump-char (use-package jump-char
:bind (("C-;" . jump-char-forward)) :bind (("C-;" . jump-char-forward)))
:ensure t)
(imalison:prefix-alternative imalison:avy avy-goto-word-1 avy-goto-char) (imalison:prefix-alternative imalison:avy avy-goto-word-1 avy-goto-char)
(use-package avy (use-package avy