Edit src in other windows remove rust from lang modes

This commit is contained in:
Marcus Kammer 2021-05-12 08:49:17 +02:00
parent ff76515362
commit 3d95d650e8

View file

@ -130,6 +130,7 @@
org-todo-keywords (quote ((sequence "OPEN" "TODO" "DOING" "|" "DONE"))) org-todo-keywords (quote ((sequence "OPEN" "TODO" "DOING" "|" "DONE")))
org-export-backends (quote (ascii beamer html icalendar latex md odt confluence)) org-export-backends (quote (ascii beamer html icalendar latex md odt confluence))
org-duration-format (quote h:mm) org-duration-format (quote h:mm)
org-src-window-setup 'other-window
org-src-lang-modes (quote org-src-lang-modes (quote
(("bash" . sh) (("bash" . sh)
("beamer" . latex) ("beamer" . latex)
@ -139,8 +140,7 @@
("shell" . sh) ("shell" . sh)
("C" . c) ("C" . c)
("sqlite" . sql) ("sqlite" . sql)
("plantuml" . plantuml) ("plantuml" . plantuml)))
("rust" . rust)))
org-use-property-inheritance nil org-use-property-inheritance nil
org-export-with-sub-superscripts nil org-export-with-sub-superscripts nil
org-capture-templates (quote org-capture-templates (quote