mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
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.
This commit is contained in:
parent
b85fb8d87b
commit
9601785e0b
10
init.org
10
init.org
@ -1149,8 +1149,18 @@
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(require 'org)
|
(require 'org)
|
||||||
(add-to-list 'org-file-apps '("\\.pdf\\'" . emacs))
|
(add-to-list 'org-file-apps '("\\.pdf\\'" . emacs))
|
||||||
|
(setq org-adapt-indentation t)
|
||||||
#+END_SRC
|
#+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
|
||||||
|
|
||||||
=haskell-doc-mode= is similar to =eldoc=, it displays documentation in
|
=haskell-doc-mode= is similar to =eldoc=, it displays documentation in
|
||||||
|
Loading…
Reference in New Issue
Block a user