Got rid of auto fill mode. set default js-indent-level.

This commit is contained in:
Ivan Malison 2013-07-08 11:06:11 -07:00
parent 83bb775e38
commit 18d7861e82

View File

@ -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
;; ============================================================================= ;; =============================================================================