[Emacs] Add binding for crux-open-with

This commit is contained in:
Ivan Malison 2016-10-18 18:24:10 -07:00
parent 97c3a81e4f
commit 45d75def68
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3313,7 +3313,8 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica
(use-package crux
:demand t
:bind (("C-c C-s" . crux-sudo-edit)
("C-c C-r" . crux-eval-and-replace))
("C-c C-r" . crux-eval-and-replace)
("C-c o" . crux-open-with))
:config
(progn
(crux-reopen-as-root-mode)))