From 9b159f81f880a057726008d751790f58730221a8 Mon Sep 17 00:00:00 2001 From: David Florness Date: Mon, 20 Nov 2017 12:32:43 -0700 Subject: [PATCH] Install local user packages --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index dc4e868..071fd60 100644 --- a/init.el +++ b/init.el @@ -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. -- 2.38.4