-
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user