Created
February 24, 2010 04:27
-
-
Save jfinkels/313101 to your computer and use it in GitHub Desktop.
My .emacs file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(global-font-lock-mode 1) | |
(column-number-mode 1) | |
(show-paren-mode 1) | |
(setq-default fill-column 79) | |
(setq default-tab-width 2) | |
(setq js-indent-level 2) | |
(setq-default indent-tabs-mode nil) | |
(add-hook 'text-mode-hook 'turn-on-auto-fill) | |
;;(add-hook 'TeX-mode-hook 'turn-on-auto-fill) | |
;;(add-hook 'LaTeX-mode-hook 'turn-on-auto-fill) | |
;;(add-to-list 'auto-mode-alist '("\\.js\\'" . javascript-mode)) | |
;;(autoload 'javascript-mode "javascript" nil t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment