From 83bff49ab811681157f1632c7360ec0f193babc5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 27 Mar 2019 23:12:28 -0400 Subject: [PATCH] Add alternate way out of org-src-edit --- global.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global.org b/global.org index 3ec132c..76912c1 100644 --- a/global.org +++ b/global.org @@ -552,6 +552,8 @@ *** Require Require the ~org~ package; I also occasionally use org-pomodoro #+BEGIN_SRC emacs-lisp + (with-eval-after-load "org" + (define-key org-src-mode-map (kbd "C-c C-c") 'org-edit-src-exit)) (require 'org) (require 'org-pomodoro) #+END_SRC