[emacs] Add openwith so I can add mp3s to org

This commit is contained in:
2020-09-13 19:29:41 -04:00
parent 6b834df161
commit 4ec70baf20
3 changed files with 21 additions and 4 deletions

View File

@ -9,10 +9,9 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(doom-big-font-mode t)
'(doom-big-font-mode t t)
'(package-selected-packages
(quote
(caddyfile-mode wordgen w3m vterm-toggle ponylang-mode jq-mode jq-format hackernews elfeed-protocol dired-ranger csv-mode csv counsel-jq blacken))))
'(openwith caddyfile-mode wordgen w3m vterm-toggle ponylang-mode jq-mode jq-format hackernews elfeed-protocol dired-ranger csv-mode csv counsel-jq blacken)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.