diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-27 16:44:45 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-27 16:44:45 -0700 |
commit | 58e9ecb13a3a01a9dcacc03c467a220f0681bb17 (patch) | |
tree | d97377aef2802f017eac9ea18a2b5392dae56d1f /.emacs.d/init.el | |
parent | fba678fa1c21d35e0972c4036c0e209e155d07b6 (diff) |
emacs: mv auto-fill.el to package rul-write
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e245cf3..6ca8098 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -20,6 +20,7 @@ ;; Global keybindings (global-set-key (kbd "C-c R") 'revert-buffer) +(global-set-key (kbd "C-c q") 'auto-fill-mode) (global-set-key (kbd "C-c w") 'whitespace-cleanup) (defun help/insert-em-dash () |