disabled problematic electric-ident and electric-layout modes

This commit is contained in:
Bozhidar Batsov 2012-04-26 19:07:46 +03:00
parent 5b38ad5d8c
commit 13f5470b33

View file

@ -74,10 +74,8 @@
try-complete-lisp-symbol-partially
try-complete-lisp-symbol))
;; smart indenting and pairing for all
;; smart 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)