Add site files for non-vc modifications
This commit is contained in:
parent
eabf5e30d7
commit
5a4ddd206d
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,6 +2,8 @@
|
||||||
*~
|
*~
|
||||||
\#*\#
|
\#*\#
|
||||||
|
|
||||||
|
site/
|
||||||
|
|
||||||
# Internal config files
|
# Internal config files
|
||||||
.cache/
|
.cache/
|
||||||
eln-cache/
|
eln-cache/
|
||||||
|
|
|
||||||
2
init.el
2
init.el
|
|
@ -87,6 +87,8 @@
|
||||||
(load-directory (concat user-emacs-directory "workflows"))
|
(load-directory (concat user-emacs-directory "workflows"))
|
||||||
;; Custom screens
|
;; Custom screens
|
||||||
(load-directory (concat user-emacs-directory "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)
|
(unless (fboundp 'notifications-notify)
|
||||||
(require 'notifications))
|
(require 'notifications))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue