Complete refactor & implement cask
This commit is contained in:
parent
418f7bc5a6
commit
8f93fb9b73
39 changed files with 1534 additions and 1155 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue