summaryrefslogtreecommitdiff
path: root/emacs/guix-main.scm
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-08-27 22:47:26 +0300
committerAlex Kost <alezost@gmail.com>2015-08-30 18:26:02 +0300
commit43b40c4b152a5d7113e3ee591f9f91a342c8fbac (patch)
treeaf804fad32d11feddf66ac1f27b488af3c0bc04d /emacs/guix-main.scm
parentc1a8c5ab1caf53dad66ff25cb9eeaa1b6b8ed3f3 (diff)
downloadpatches-43b40c4b152a5d7113e3ee591f9f91a342c8fbac.tar
patches-43b40c4b152a5d7113e3ee591f9f91a342c8fbac.tar.gz
emacs: Add 'guix-graph-type-names'.
* emacs/guix-main.scm: Use (guix scripts graph) module. (graph-type-names): New procedure. * emacs/guix-base.el (guix-graph-type-names): New function.
Diffstat (limited to 'emacs/guix-main.scm')
-rw-r--r--emacs/guix-main.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/guix-main.scm b/emacs/guix-main.scm
index 2c5b0baa65..191aa8d5cf 100644
--- a/emacs/guix-main.scm
+++ b/emacs/guix-main.scm
@@ -57,6 +57,7 @@
(guix licenses)
(guix utils)
(guix ui)
+ (guix scripts graph)
(guix scripts lint)
(guix scripts package)
(guix scripts pull)
@@ -932,6 +933,10 @@ GENERATIONS is a list of generation numbers."
;;; Lists of packages, lint checkers, etc.
+(define (graph-type-names)
+ "Return a list of names of available graph node types."
+ (map node-type-name %node-types))
+
(define (lint-checker-names)
"Return a list of names of available lint checkers."
(map (lambda (checker)