Browse Source

enabled global electric modes

custom
Bozhidar Batsov 14 years ago
parent
commit
9958692fdd
  1. 5
      prelude-editor.el

5
prelude-editor.el

@ -68,6 +68,11 @@
try-complete-lisp-symbol-partially try-complete-lisp-symbol-partially
try-complete-lisp-symbol)) 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 ;; meaningful names for buffers with the same name
(require 'uniquify) (require 'uniquify)
(setq uniquify-buffer-name-style 'forward) (setq uniquify-buffer-name-style 'forward)

Loading…
Cancel
Save