Add modules/tools/{electric-indent,rotate-text}
This commit is contained in:
parent
cb92f96739
commit
d18a39924d
6 changed files with 68 additions and 6 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue