mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs: Fix comment.
* gnu/packages/emacs.scm (emacs): Fix comment.
This commit is contained in:
parent
9659459f06
commit
c6a91adabf
1 changed files with 2 additions and 4 deletions
|
@ -144,10 +144,8 @@
|
||||||
"pwd"))
|
"pwd"))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'install 'install-site-start
|
(add-after 'install 'install-site-start
|
||||||
;; Use 'guix-emacs' in "site-start.el". This way, Emacs packages
|
;; Use 'guix-emacs' in "site-start.el", which is used autoload the
|
||||||
;; provided by Guix and installed in
|
;; Elisp packages found in EMACSLOADPATH.
|
||||||
;; ~/.guix-profile/share/emacs/site-lisp/guix.d/PACKAGE-VERSION are
|
|
||||||
;; automatically found.
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(lisp-dir (string-append out "/share/emacs/site-lisp"))
|
(lisp-dir (string-append out "/share/emacs/site-lisp"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue