add avy to emacs

This commit is contained in:
Adam Goldsmith 2015-06-05 09:43:43 -04:00
parent 4128e6d5e9
commit 33b1ab97a7
2 changed files with 2 additions and 0 deletions

1
.emacs
View File

@ -50,6 +50,7 @@
(setq my-packages
'(el-get
smart-mode-line
avy
company
tramp
projectile

View File

@ -0,0 +1 @@
(avy-setup-default)