gnu: emacs-erlang: Rename the set-emacs-load-path phase.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 19 Nov 2019 04:07:06 +0000 (13:07 +0900)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 19 Nov 2019 04:07:06 +0000 (13:07 +0900)
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.

gnu/packages/erlang.scm

index 4fba7ee..4e12bb4 100644 (file)
@@ -223,7 +223,7 @@ built-in support for concurrency, distribution and fault tolerance.")
     (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")