summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-10-01 21:16:18 +0300
committerAlex Kost <alezost@gmail.com>2015-10-09 16:17:45 +0300
commitb94ef11a538e19900c1f570500ac4dee73543844 (patch)
treed5043b124a8e994bd89dbbfacaa790d343745de7 /doc
parente04741f160e77fe41d02129011bc2bb20ad27669 (diff)
downloadguix-b94ef11a538e19900c1f570500ac4dee73543844.tar.gz
emacs: Add 'guix-devel-lint-package'
Suggested by Ludovic Courtès <ludo@gnu.org>.

* emacs/guix-devel.el (guix-devel-setup-repl): Add a workaround for
  'guix-warning-port'.
  (guix-devel-lint-package): New command.
  (guix-devel-keys-map): Add key binding for it.
* doc/emacs.texi (Emacs Development): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi
index b6f2701bc4..325e14e2a4 100644
--- a/doc/emacs.texi
+++ b/doc/emacs.texi
@@ -667,6 +667,10 @@ this command---for example, with @kbd{C-M-x} (@pxref{To eval or not to
 eval,,, geiser, Geiser User Manual})
 (@code{guix-devel-build-package-definition}).
 
+@item C-c . l
+Lint (check) a package defined by the current variable definition
+(@pxref{Invoking guix lint}) (@code{guix-devel-lint-package}).
+
 @end table
 
 Unluckily, there is a limitation related to long-running REPL commands.