mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
emacs: Add development utils.
* emacs/guix-guile.el (guix-guile-current-module): New function. * emacs/guix-devel.el: New file. * emacs.am (ELFILES): Add it. * doc/emacs.texi (Emacs Development): New node. (Emacs Interface): Add it. * doc/contributing.texi (The Perfect Setup): Mention it. * doc/guix.texi (Top): Add it. * emacs/guix-init.el: Add 'guix-devel-activate-mode-maybe' to 'scheme-mode-hook'.
This commit is contained in:
parent
6f05a24df3
commit
187f80c6c5
7 changed files with 141 additions and 2 deletions
1
emacs.am
1
emacs.am
|
@ -23,6 +23,7 @@ ELFILES = \
|
|||
emacs/guix-base.el \
|
||||
emacs/guix-build-log.el \
|
||||
emacs/guix-command.el \
|
||||
emacs/guix-devel.el \
|
||||
emacs/guix-emacs.el \
|
||||
emacs/guix-external.el \
|
||||
emacs/guix-geiser.el \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue