Semi-working emacs config
This commit is contained in:
parent
a16e106f98
commit
fe10168d00
5 changed files with 157 additions and 134 deletions
|
|
@ -32,10 +32,13 @@
|
|||
`(".config/emacs/init.el"
|
||||
,(mixed-text-file "early-config.el"
|
||||
";; Emacs Early Config from Guix Home\n"
|
||||
"(setq custom-file \"~/.config/emacs/custom.el\")\n"
|
||||
"(when (file-exists-p custom-file)\n"
|
||||
"(load custom-file))\n"
|
||||
(string-append "(make-directory \"" package-user-dir "\" t)\n")
|
||||
(string-append "(setq package-user-dir \"" package-user-dir "\")\n")
|
||||
"(load-file \"" (home-emacs-configuration-early-config-file config) "\")\n"
|
||||
"(load-file \"~/.config/emacs/config.el\")"))))
|
||||
"(load-file \"~/.config/emacs/config.el\")\n"))))
|
||||
|
||||
(define (home-emacs-profile-service config)
|
||||
(list (home-emacs-configuration-emacs config)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue