chore: fix load-path in emacs to use the guix-home profile
parent
fb9b1c5802
commit
c2b6ed51e1
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
;; Emacs load path
|
;; Emacs load path
|
||||||
(add-to-list '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
|
(setq-default buffer-file-coding-system
|
||||||
'utf-8-unix)
|
'utf-8-unix)
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
gcs-done)))
|
gcs-done)))
|
||||||
|
|
||||||
;; Disable compiler and large file warnings
|
;; Disable compiler and large file warnings
|
||||||
(setq native-comp-async-report-warnings-errors nil
|
(setq native-comp-async-report-warnings-errors nil
|
||||||
large-file-warning-threshold nil)
|
large-file-warning-threshold nil)
|
||||||
|
|
||||||
;; Remove start message and scratch message
|
;; Remove start message and scratch message
|
||||||
(setq inhibit-startup-message t
|
(setq inhibit-startup-message t
|
||||||
|
|
Loading…
Reference in New Issue