gnu: emacs: Fix comment.

* gnu/packages/emacs.scm (emacs): Fix comment.
This commit is contained in:
Maxim Cournoyer 2020-02-27 14:20:58 -05:00
parent 9659459f06
commit c6a91adabf
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

@ -144,10 +144,8 @@
"pwd"))
#t))
(add-after 'install 'install-site-start
;; Use 'guix-emacs' in "site-start.el". This way, Emacs packages
;; provided by Guix and installed in
;; ~/.guix-profile/share/emacs/site-lisp/guix.d/PACKAGE-VERSION are
;; automatically found.
;; Use 'guix-emacs' in "site-start.el", which is used autoload the
;; Elisp packages found in EMACSLOADPATH.
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(lisp-dir (string-append out "/share/emacs/site-lisp"))