forked from colonelpanic/dotfiles
Merge remote-tracking branch 'origin/master' into yelp
This commit is contained in:
commit
3ca39d6424
8
init.el
8
init.el
@ -62,6 +62,14 @@
|
|||||||
;; find-file-in-project
|
;; find-file-in-project
|
||||||
(setq ffip-limit 9999999999)
|
(setq ffip-limit 9999999999)
|
||||||
|
|
||||||
|
(setq js-indent-level 2)
|
||||||
|
|
||||||
|
(defun no-auto-fill-hook () (auto-fill-mode -1))
|
||||||
|
|
||||||
|
(add-hook 'html-mode-hook 'no-auto-fill-hook)
|
||||||
|
|
||||||
|
(setq flyspell-issue-welcome-flag nil)
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; tmux
|
;; tmux
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user