From 5a4ddd206d02e6b4ec2f721c1b96d0f934e0b0f0 Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 18 May 2026 19:49:48 +0800 Subject: [PATCH] Add site files for non-vc modifications --- .gitignore | 2 ++ init.el | 2 ++ 2 files changed, 4 insertions(+) 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))