-
This commit is contained in:
@@ -170,7 +170,12 @@
|
||||
(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-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")))
|
||||
|
||||
;; (use-package mu4e
|
||||
;; :config
|
||||
|
||||
Reference in New Issue
Block a user