Edit src in other windows remove rust from lang modes
This commit is contained in:
parent
ff76515362
commit
3d95d650e8
1 changed files with 2 additions and 2 deletions
|
@ -130,6 +130,7 @@
|
|||
org-todo-keywords (quote ((sequence "OPEN" "TODO" "DOING" "|" "DONE")))
|
||||
org-export-backends (quote (ascii beamer html icalendar latex md odt confluence))
|
||||
org-duration-format (quote h:mm)
|
||||
org-src-window-setup 'other-window
|
||||
org-src-lang-modes (quote
|
||||
(("bash" . sh)
|
||||
("beamer" . latex)
|
||||
|
@ -139,8 +140,7 @@
|
|||
("shell" . sh)
|
||||
("C" . c)
|
||||
("sqlite" . sql)
|
||||
("plantuml" . plantuml)
|
||||
("rust" . rust)))
|
||||
("plantuml" . plantuml)))
|
||||
org-use-property-inheritance nil
|
||||
org-export-with-sub-superscripts nil
|
||||
org-capture-templates (quote
|
||||
|
|
Loading…
Add table
Reference in a new issue