Remove extra-{ansible,text}; update init.el

This commit is contained in:
Henrik Lissner 2016-04-26 01:55:33 -04:00
parent c210d2f580
commit a514057fac
3 changed files with 5 additions and 26 deletions

View file

@ -1,12 +0,0 @@
;;; extra-ansible.el
(def-project-type! ansible-mode "ans"
:modes (yaml-mode)
:files ("roles/"))
(use-package company-ansible
:commands (company-ansible)
:init (def-company-backend! ansible-mode (ansible)))
(provide 'extra-ansible)
;;; module-ansible.el ends here

View file

@ -1,10 +0,0 @@
;;; 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