emacs: set fill-column to 74
This commit is contained in:
parent
83a04e4eef
commit
3752099dc5
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
(add-hook 'lisp-mode-hook 'indent-spc-hook)
|
(add-hook 'lisp-mode-hook 'indent-spc-hook)
|
||||||
(add-hook 'lisp-data-mode-hook 'indent-spc-hook)
|
(add-hook 'lisp-data-mode-hook 'indent-spc-hook)
|
||||||
|
|
||||||
|
(setq fill-column 74)
|
||||||
;; treesitter modes
|
;; treesitter modes
|
||||||
(setq major-mode-remap-alist
|
(setq major-mode-remap-alist
|
||||||
'((c-mode . c-ts-mode)
|
'((c-mode . c-ts-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue