From 9601785e0b276118741457397bd21fa6bff279f7 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 17 Sep 2022 13:04:16 +0200 Subject: [PATCH] Small org tweaks The `org-adapt-indentation` should probably not be set as the new default is probably a better default. But I have a lot of org files that might break due to this change. --- init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/init.org b/init.org index cfae69a..b291f65 100644 --- a/init.org +++ b/init.org @@ -1149,8 +1149,18 @@ #+BEGIN_SRC emacs-lisp (require 'org) (add-to-list 'org-file-apps '("\\.pdf\\'" . emacs)) + (setq org-adapt-indentation t) #+END_SRC + #+begin_src emacs-lisp + (setq org-babel-python-command "python3") + (org-babel-do-load-languages + 'org-babel-load-languages + '((emacs-lisp . t) + (python . t) + (clojure . t))) + #+end_src + ** Haskell =haskell-doc-mode= is similar to =eldoc=, it displays documentation in