summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-04-22 00:26:18 -0400
committerKyle Meyer <kyle@kyleam.com>2017-04-22 00:30:54 -0400
commit460abe73ebfa09166b1dc7154d802bcf12ca0cae (patch)
tree43d500bcb496fc060185a390babea002a968d6a3 /init.el
parenta8495bb647f27a703a2c49c4c1536f6f82b7ebea (diff)
downloademacs.d-460abe73ebfa09166b1dc7154d802bcf12ca0cae.tar.gz
external-map: Add a key for the command guix
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.el b/init.el
index 68b7769..7dbcf22 100644
--- a/init.el
+++ b/init.el
@@ -1668,6 +1668,14 @@
(add-hook 'ediff-quit-hook #'km/ediff-restore-window-config)))
+;;; Guix
+
+(use-package guix-command
+ :defer t
+ :init
+ (define-key km/external-map "g" #'guix))
+
+
;;; Text modes
(add-hook 'text-mode-hook #'turn-on-auto-fill)