diff options
-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) |