add lisp packages
This commit is contained in:
6
lisp/ivy/elpa.el
Normal file
6
lisp/ivy/elpa.el
Normal file
@@ -0,0 +1,6 @@
|
||||
(setq package-user-dir
|
||||
(expand-file-name
|
||||
(format "~/.elpa/%s/elpa"
|
||||
(concat emacs-version (when (getenv "MELPA_STABLE") "-stable")))))
|
||||
(package-initialize)
|
||||
(add-to-list 'load-path default-directory)
|
||||
Reference in New Issue
Block a user