Add modules/tools/{electric-indent,rotate-text}

This commit is contained in:
Henrik Lissner 2017-02-20 20:42:37 -05:00
parent cb92f96739
commit d18a39924d
6 changed files with 68 additions and 6 deletions

View file

@ -77,6 +77,9 @@
nil))
(add-hook 'kill-buffer-query-functions 'doom|dont-kill-scratch-buffer)
;; enabled by default in Emacs 25+. No thanks.
(electric-indent-mode -1)
;;
;; Core Plugins
@ -167,11 +170,6 @@
(@def-package pcre2el :commands rxt-quote-pcre)
(@def-package rotate-text
:commands (rotate-text rotate-text-backward)
:config
(push '("true" "false") rotate-text-words))
(@def-package smart-forward
:commands (smart-up smart-down smart-backward smart-forward))