Complete refactor & implement cask

This commit is contained in:
Henrik Lissner 2014-09-20 16:54:04 -04:00
parent 418f7bc5a6
commit 8f93fb9b73
39 changed files with 1534 additions and 1155 deletions

View file

@ -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))