enabled global electric modes
This commit is contained in:
parent
49213fe326
commit
9958692fdd
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue