lang/org: improve org-edit-src-code & general org-mode popup integration
This commit is contained in:
parent
de3853cde5
commit
5beb74b14d
2 changed files with 18 additions and 23 deletions
|
@ -43,7 +43,8 @@
|
|||
params)))
|
||||
|
||||
;; I prefer C-c C-c for confirming over the default C-c '
|
||||
(map! :map org-src-mode-map "C-c C-c" 'org-edit-src-exit)
|
||||
(map! :map org-src-mode-map "C-c C-c" #'org-edit-src-exit)
|
||||
|
||||
;; I know the keybindings, no need for the header line
|
||||
(defun +org|src-mode-remove-header ()
|
||||
(when header-line-format (setq header-line-format nil)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue