1
0
Fork 0

fix: add keybind for auto-fill-mode

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-17 00:12:17 -07:00
parent f3467afd7c
commit 3205dcc9a6
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -70,6 +70,7 @@
(global-unset-key (kbd "C-x f"))
(global-set-key (kbd "C-x f f") #'set-fill-column)
(global-set-key (kbd "C-x f i") #'display-fill-column-indicator-mode)
(global-set-key (kbd "C-x f a") #'auto-fill-mode)
;; Garbage Collection
(setq gc-cons-threshold 50000000)