forked from colonelpanic/dotfiles
Merge remote-tracking branch 'origin/yelp' into yelp
* origin/yelp: Fixed dumb python-mode hijaking ruby thing.
This commit is contained in:
commit
59d928e50b
@ -1127,8 +1127,8 @@ Toggle buffer local status via `M-x highlight-indentation' during session. "
|
|||||||
(defvar highlight-indent-offset 4)
|
(defvar highlight-indent-offset 4)
|
||||||
(setq-default highlight-indent-offset 4)
|
(setq-default highlight-indent-offset 4)
|
||||||
|
|
||||||
(defvar ruby-indent-level nil)
|
(defvar ruby-indent-level 2)
|
||||||
(defvar nxml-child-indent nil)
|
(defvar nxml-child-indent 2)
|
||||||
|
|
||||||
(defun highlight-indentation-on ()
|
(defun highlight-indentation-on ()
|
||||||
"Make sure `highlight-indentation' is on. "
|
"Make sure `highlight-indentation' is on. "
|
||||||
|
Loading…
Reference in New Issue
Block a user