mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
Complete refactor & implement cask
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
(defun enable-hard-wrap()
|
||||
(auto-fill-mode 1)
|
||||
(diminish 'auto-fill-function))
|
||||
(auto-fill-mode 1))
|
||||
|
||||
(defun enable-comment-hard-wrap ()
|
||||
(set (make-local-variable 'comment-auto-fill-only-comments) t)
|
||||
(auto-fill-mode 1)
|
||||
(diminish 'auto-fill-function))
|
||||
(auto-fill-mode 1))
|
||||
|
||||
(defun enable-tab-width-2 () (setq tab-width 2))
|
||||
(defun enable-tab-width-2 ()
|
||||
(setq tab-width 2))
|
||||
|
Reference in New Issue
Block a user