This commit is contained in:
2025-03-12 17:44:52 +01:00
parent c07ce13cd6
commit 798fdd2596
3 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,2 +1 @@
windows-11
windows-11.conf
secrets/

View File

@@ -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-<tab>" . 'copilot-accept-completion-by-word)))
;; (add-to-list 'copilot-major-mode-alist '("typescript" . "javascript"))
(run-with-idle-timer 120 t #'zone)

View File

@@ -72,4 +72,3 @@
(package! copilot
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))