mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-10 00:43:47 +01:00
zone
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1 @@
|
||||
windows-11
|
||||
windows-11.conf
|
||||
secrets/
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -72,4 +72,3 @@
|
||||
|
||||
(package! copilot
|
||||
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user