Mercurial > hg > config
comparison .emacs @ 148:7a4c86310463
add another variable
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 11 Jul 2011 15:35:29 -0700 |
parents | 339805e00f03 |
children | 7f594703d75e |
comparison
equal
deleted
inserted
replaced
147:700b43d5052e | 148:7a4c86310463 |
---|---|
14 (setq-default py-indent-offset 4) | 14 (setq-default py-indent-offset 4) |
15 (setq python-guess-indent nil) | 15 (setq python-guess-indent nil) |
16 | 16 |
17 ;; javascript indentation: http://www.brgeight.se/downloads/emacs/javascript.el | 17 ;; javascript indentation: http://www.brgeight.se/downloads/emacs/javascript.el |
18 (setq javascript-indent-level 2) | 18 (setq javascript-indent-level 2) |
19 (setq js-indent-level 2) | |
19 | 20 |
20 (setq-default indent-tabs-mode nil) | 21 (setq-default indent-tabs-mode nil) |
21 (defface extra-whitespace-face '((t (:background "pale green"))) "Used for tabs and such.") | 22 (defface extra-whitespace-face '((t (:background "pale green"))) "Used for tabs and such.") |
22 | 23 |
23 (autoload 'doctest-mode "doctest-mode" "doctest editing mode." t) | 24 (autoload 'doctest-mode "doctest-mode" "doctest editing mode." t) |