diff --git a/.gitignore b/.gitignore index 593558f..4bd922a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -windows-11 -windows-11.conf +secrets/ diff --git a/home/doom.d/config.el b/home/doom.d/config.el index 7978d8b..3623b92 100644 --- a/home/doom.d/config.el +++ b/home/doom.d/config.el @@ -3,6 +3,8 @@ ;; Place your private configuration here! Remember, you do not need to run 'doom ;; sync' after modifying this file! +(setq doom-user-dir "~/system_flake/home/doom.d/") + ;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; clients, file templates and snippets. It is optional. @@ -142,3 +144,7 @@ ("C-" . 'copilot-accept-completion-by-word))) ;; (add-to-list 'copilot-major-mode-alist '("typescript" . "javascript")) + + +(run-with-idle-timer 120 t #'zone) + diff --git a/home/doom.d/packages.el b/home/doom.d/packages.el index 7a9933f..ab1dd66 100644 --- a/home/doom.d/packages.el +++ b/home/doom.d/packages.el @@ -72,4 +72,3 @@ (package! copilot :recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el"))) -