From 45d75def6866ba2fa35d99c0446f724b4de71aaf Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 18 Oct 2016 18:24:10 -0700 Subject: [PATCH] [Emacs] Add binding for crux-open-with --- dotfiles/emacs.d/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a7b757f7..f2337e63 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)))