mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add modules/tools/{electric-indent,rotate-text}
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user