fix: change copyright.el path on emacs init.el
parent
baa7dbe88a
commit
b826ab2856
|
@ -4,7 +4,7 @@
|
|||
copyright-names-regexp (format "%s <%s>"
|
||||
user-full-name
|
||||
user-mail-address))
|
||||
(load-file "~/projects/guix/etc/copyright.el")
|
||||
(load-file "~/projects/guile/guix/etc/copyright.el")
|
||||
|
||||
;; Emacs directories
|
||||
(setq user-emacs-directory "~/.config/emacs")
|
||||
|
|
Loading…
Reference in New Issue