summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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)