emacs: Use only one guix-load-path variable.
emacs/guix-init.el (guix-load-path): Move to ... emacs/guix-backend.el (guix-load-path): ... Here. Redefine it.
This commit is contained in:
parent
7061938fdb
commit
9a479bc383
|
@ -55,9 +55,7 @@
|
|||
(require 'guix-config)
|
||||
(require 'guix-emacs)
|
||||
|
||||
(defvar guix-load-path
|
||||
(file-name-directory (or load-file-name
|
||||
(locate-library "guix")))
|
||||
(defvar guix-load-path guix-emacs-interface-directory
|
||||
"Directory with scheme files for \"guix.el\" package.")
|
||||
|
||||
(defvar guix-helper-file
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
(require 'guix-config)
|
||||
(require 'guix-autoloads)
|
||||
|
||||
(defvar guix-load-path guix-emacs-interface-directory
|
||||
"Directory with scheme files for \"guix.el\" package.")
|
||||
|
||||
(defcustom guix-package-enable-at-startup t
|
||||
"If non-nil, activate Emacs packages installed in a user profile.
|
||||
Set this variable to nil before requiring `guix-init' file to
|
||||
|
|
Loading…
Reference in New Issue