enabled global electric modes

This commit is contained in:
Bozhidar Batsov 2011-10-09 00:24:41 +03:00
parent 49213fe326
commit 9958692fdd

View file

@ -68,6 +68,11 @@
try-complete-lisp-symbol-partially
try-complete-lisp-symbol))
;; smart indenting and pairing for all
(electric-pair-mode t)
(electric-indent-mode t)
(electric-layout-mode t))
;; meaningful names for buffers with the same name
(require 'uniquify)
(setq uniquify-buffer-name-style 'forward)