diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-04-22 00:26:18 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-04-22 00:30:54 -0400 |
commit | 460abe73ebfa09166b1dc7154d802bcf12ca0cae (patch) | |
tree | 43d500bcb496fc060185a390babea002a968d6a3 | |
parent | a8495bb647f27a703a2c49c4c1536f6f82b7ebea (diff) | |
download | emacs.d-460abe73ebfa09166b1dc7154d802bcf12ca0cae.tar.gz |
external-map: Add a key for the command guix
-rw-r--r-- | init.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |