mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-protobuf-mode: Rename the set-emacs-load-path phase.
This is a follow up commit to e1d31e6457
.
* gnu/packages/protobuf.scm (emacs-protobuf-mode): 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
ffb2316548
commit
63edbb65e4
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ (define-public emacs-protobuf-mode
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-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 "editors") #t)))))
|
(lambda _ (chdir "editors") #t)))))
|
||||||
(home-page "https://github.com/protocolbuffers/protobuf")
|
(home-page "https://github.com/protocolbuffers/protobuf")
|
||||||
(synopsis "Protocol buffers major mode for Emacs")
|
(synopsis "Protocol buffers major mode for Emacs")
|
||||||
|
|
Loading…
Reference in a new issue