mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: emacs-erlang: Rename the set-emacs-load-path phase.
This is a follow up commit to e1d31e6457
.
* gnu/packages/erlang.scm (emacs-erlang): Add the change-working-directory
phase before the add-source-to-load-path phase instead of before the
set-emacs-load-path phase.
This commit is contained in:
parent
ed94123667
commit
ffb2316548
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ (define-public emacs-erlang
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'set-emacs-load-path 'change-working-directory
|
||||
(add-before 'add-source-to-load-path 'change-working-directory
|
||||
(lambda _ (chdir "lib/tools/emacs") #t)))))
|
||||
(home-page "https://www.erlang.org/")
|
||||
(synopsis "Erlang major mode for Emacs")
|
||||
|
|
Loading…
Reference in a new issue