Massive refactor. Refactor all the things
This commit is contained in:
parent
03514fc09d
commit
f234be68a4
56 changed files with 792 additions and 831 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue