Improve tab's behavior

It now does both indentation and completion (when supported)
This commit is contained in:
Bozhidar Batsov 2013-12-07 09:40:05 +02:00
parent fea2c44cbd
commit d54d3956fd

View file

@ -101,6 +101,9 @@ Will only occur if prelude-whitespace is also enabled."
try-complete-lisp-symbol-partially
try-complete-lisp-symbol))
;; smart tab behavior - indent or complete
(setq tab-always-indent 'complete)
;; smart pairing for all
(require 'smartparens-config)
(setq sp-base-key-bindings 'paredit)