.emacs.d/init.el
This commit is contained in:
parent
69cb5a6daf
commit
0fe5824dbb
1 changed files with 2 additions and 1 deletions
|
@ -927,6 +927,7 @@ for easy selection."
|
|||
all))
|
||||
(setq php-function-call-face 'font-lock-function-name-face)
|
||||
(setq php-mode-force-pear t)
|
||||
(setq pony-tpl-indent-moves t)
|
||||
(setq rainbow-delimiters-max-face-count 12)
|
||||
(setq redisplay-dont-pause t)
|
||||
(setq sauron-column-alist '((timestamp . 6)
|
||||
|
@ -1053,7 +1054,7 @@ for easy selection."
|
|||
(electric-indent-mode)
|
||||
(electric-pair-mode)
|
||||
(ido-mode)
|
||||
(ido-ubiquitous)
|
||||
(ido-ubiquitous-mode)
|
||||
(savehist-mode)
|
||||
(show-paren-mode)
|
||||
(auto-insert-mode)
|
||||
|
|
Loading…
Reference in a new issue