This commit is contained in:
opalvault
2022-06-30 18:18:37 -07:00
parent 4a166cdeb5
commit e4c2726f1f
4 changed files with 5 additions and 17 deletions

View File

@@ -212,19 +212,12 @@ Creates margins in Org mode to make it more pleasant to look at.
(add-to-list 'org-structure-template-alist '("sh" . "src shell"))
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
(add-to-list 'org-structure-template-alist '("sql" . "src sql"))
(add-to-list 'org-structure-template-alist '("py" . "src python"))
;; add default arguments to use when evaluating a source block
(add-to-list 'org-babel-default-header-args:python
'(:results . "output")
'(:noweb . "yes")))
(add-to-list 'org-structure-template-alist '("py" . "src python")))
#+end_src
#+RESULTS:
: ((:results . output))
** Email (mu4e)
Not using this as much atm.
#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el