From 36c8f5f823a54800259aa071cf6fd0f80486a7fb Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sun, 26 Apr 2020 11:51:07 -0500 Subject: [PATCH] Added some org mode customizations --- custom.el | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom.el b/custom.el index c9ac1bb..e2d1024 100644 --- a/custom.el +++ b/custom.el @@ -87,6 +87,13 @@ magit-insert-unpulled-from-pushremote magit-insert-unpulled-from-upstream))) '(menu-bar-mode nil) + '(org-babel-load-languages + (quote + ((emacs-lisp . t) + (python . t) + (shell . t)))) + '(org-babel-tangle-comment-format-beg + "file:%file::%start-line") '(org-export-with-sub-superscripts (quote {})) '(org-goto-interface @@ -95,6 +102,21 @@ '(org-imenu-depth 5) '(org-outline-path-complete-in-steps nil) + '(org-src-lang-modes + (quote + (("ocaml" . tuareg) + ("elisp" . emacs-lisp) + ("ditaa" . artist) + ("asymptote" . asy) + ("dot" . fundamental) + ("sqlite" . sql) + ("calc" . fundamental) + ("C" . c) + ("cpp" . c++) + ("C++" . c++) + ("screen" . shell-script) + ("shell" . sh) + ("bash" . sh)))) '(package-selected-packages (quote (plantuml-mode