~edwargix/emacs.d

9b159f81f880a057726008d751790f58730221a8 — David Florness 7 years ago a8b543b
Install local user packages
1 files changed, 5 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +5 -0
@@ 189,6 189,11 @@
  (paradox-enable)
  (helm-projectile-on))

;;; Install local user packages
(dolist (d (file-expand-wildcards "~/.local/share/emacs/site-lisp/*"))
  (add-to-list 'load-path d t))
(add-to-list 'Info-directory-list "~/.local/share/info/")

(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.