chore: fix load-path in emacs to use the guix-home profile

pull/1/head
anemofilia 2023-08-20 20:26:30 -03:00
parent fb9b1c5802
commit c2b6ed51e1
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
;; Emacs load path
(add-to-list 'load-path
"~/.guix-profile/share/emacs/site-lisp")
"~/.guix-home/profile/share/emacs/site-lisp")
(setq-default buffer-file-coding-system
'utf-8-unix)
@ -34,8 +34,8 @@
gcs-done)))
;; Disable compiler and large file warnings
(setq native-comp-async-report-warnings-errors nil
large-file-warning-threshold nil)
(setq native-comp-async-report-warnings-errors nil
large-file-warning-threshold nil)
;; Remove start message and scratch message
(setq inhibit-startup-message t