|
|
|
@ -635,8 +635,7 @@ |
|
|
|
(with-eval-after-load "org" |
|
|
|
(with-eval-after-load "org" |
|
|
|
(define-key org-src-mode-map (kbd "C-c C-c") 'org-edit-src-exit) |
|
|
|
(define-key org-src-mode-map (kbd "C-c C-c") 'org-edit-src-exit) |
|
|
|
(define-key org-src-mode-map (kbd "C-c C-k") nil) ;this conflicts with my LaTeX bindings |
|
|
|
(define-key org-src-mode-map (kbd "C-c C-k") nil) ;this conflicts with my LaTeX bindings |
|
|
|
(define-key org-src-mode-map (kbd "C-c C-`") 'org-edit-src-abort) |
|
|
|
(define-key org-src-mode-map (kbd "C-c C-`") 'org-edit-src-abort)) |
|
|
|
) |
|
|
|
|
|
|
|
(require 'org) |
|
|
|
(require 'org) |
|
|
|
(require 'org-pomodoro) |
|
|
|
(require 'org-pomodoro) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
|