Fix the crux-like changes ()

This commit is contained in:
Huang Bin 2016-05-03 11:14:31 +08:00 committed by Bozhidar Batsov
parent 61dfff4b9e
commit 32354c79c5
5 changed files with 18 additions and 19 deletions

View file

@ -60,7 +60,7 @@ This functions should be added to the hooks of major modes for programming."
;; smart curly braces
(sp-pair "{" nil :post-handlers
'(((lambda (&rest _ignored)
(prelude-smart-open-line-above)) "RET")))
(crux-smart-open-line-above)) "RET")))
;; enlist a more liberal guru
(setq guru-warn-only t)