Use new rotate-text; add elisp settings
This commit is contained in:
parent
3f20229a60
commit
3e757f079f
1 changed files with 9 additions and 1 deletions
|
@ -147,7 +147,15 @@ enable multiple minor modes for the same regexp.")
|
||||||
(use-package goto-last-change
|
(use-package goto-last-change
|
||||||
:commands goto-last-change)
|
:commands goto-last-change)
|
||||||
|
|
||||||
(use-package rotate-text :commands (rotate-word-at-point rotate-region))
|
(use-package rotate-text
|
||||||
|
:commands (rotate-text rotate-text-backward)
|
||||||
|
:init
|
||||||
|
(add-hook! (emacs-lisp-mode lisp-mode)
|
||||||
|
(setq rotate-text-local-symbols
|
||||||
|
'(("t" "nil")
|
||||||
|
("let" "let*")
|
||||||
|
("when" "unless")
|
||||||
|
("add-hook" "add-hook!" "remove-hook")))))
|
||||||
|
|
||||||
(use-package smart-forward :commands (smart-up smart-down smart-left smart-right))
|
(use-package smart-forward :commands (smart-up smart-down smart-left smart-right))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue