mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Massive refactor. Refactor all the things
This commit is contained in:
10
modules/extra-text.el
Normal file
10
modules/extra-text.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;;; extra-text.el
|
||||
|
||||
;; TODO
|
||||
(evil-define-operator narf/html-encode (beg end)
|
||||
"HTML encode the selected region."
|
||||
(interactive "<r>")
|
||||
(shell-command-on-region beg end "sort" nil t))
|
||||
|
||||
(provide 'extra-text)
|
||||
;;; extra-text.el ends here
|
Reference in New Issue
Block a user