Edit Org source block in the current window

This commit is contained in:
Gergely Polonkai 2016-11-28 10:18:13 +01:00
parent cca795ce3c
commit 2d58576715
1 changed files with 2 additions and 1 deletions

View File

@ -377,7 +377,8 @@
org-html-checkbox-types
'((unicode (on . "<span class=\"task-done\">☑</span>")
(off . "<span class=\"task-todo\">☐</span>")
(trans . "<span class=\"task-in-progress\">▣</span>"))))
(trans . "<span class=\"task-in-progress\">▣</span>")))
org-src-window-setup 'current-window)
:bind
(:map gpolonkai/pers-map
("a" . org-agenda-list)