adapting for nix
This commit is contained in:
parent
b0a2ad3ea7
commit
299fd42545
2 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
||||||
;; (setq terminal-here-mac-terminal-command '("kitty" "@" "launch" "--type=tab"))
|
;; (setq terminal-here-mac-terminal-command '("kitty" "@" "launch" "--type=tab"))
|
||||||
|
|
||||||
;; set project paths and ignore buffers
|
;; set project paths and ignore buffers
|
||||||
(setq projectile-project-search-path '(("~/Source" . 2)))
|
(setq projectile-project-search-path '(("~/source" . 2)))
|
||||||
(setq projectile-globally-ignored-buffers
|
(setq projectile-globally-ignored-buffers
|
||||||
'("*scratch*"
|
'("*scratch*"
|
||||||
"*lsp-log*"))
|
"*lsp-log*"))
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
;; mu4e
|
;; mu4e
|
||||||
|
(add-load-path! "~/.nix-profile/share/emacs/site-lisp/mu4e")
|
||||||
|
|
||||||
(set-email-account! "admin@studyoftime.org"
|
(set-email-account! "admin@studyoftime.org"
|
||||||
'((mu4e-sent-folder . "/admin@studyoftime.org/Sent")
|
'((mu4e-sent-folder . "/admin@studyoftime.org/Sent")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue