summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/guix-base.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/guix-base.el b/emacs/guix-base.el
index fe89584f18..2212dd746f 100644
--- a/emacs/guix-base.el
+++ b/emacs/guix-base.el
@@ -392,7 +392,6 @@ following keywords are available:
          (prefix         (concat "guix-" entry-type-str "-" buf-type-str))
          (group          (intern prefix))
          (mode-map-str   (concat prefix "-mode-map"))
-         (mode-map       (intern mode-map-str))
          (parent-mode    (intern (concat "guix-" buf-type-str "-mode")))
          (mode           (intern (concat prefix "-mode")))
          (mode-init-fun  (intern (concat prefix "-mode-initialize")))