|
|
@ -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) |
|
|
|