fix: add keybind for auto-fill-mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
f3467afd7c
commit
3205dcc9a6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue