diff --git a/.gitignore b/.gitignore index 518d7e9..17646a1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *~ \#*\# +site/ + # Internal config files .cache/ eln-cache/ diff --git a/init.el b/init.el index 1892e3c..10a2aa5 100644 --- a/init.el +++ b/init.el @@ -87,6 +87,8 @@ (load-directory (concat user-emacs-directory "workflows")) ;; Custom screens (load-directory (concat user-emacs-directory "screens")) +;; Non-VC tracked code - per device +(load-directory (concat user-emacs-directory "site")) (unless (fboundp 'notifications-notify) (require 'notifications))