Remove ob-python config, use default values
This commit is contained in:
parent
07002bb0c5
commit
cc42b19197
14
init.el
14
init.el
|
@ -677,11 +677,6 @@
|
|||
(push '(emacs-lisp . t) babel-languages)
|
||||
(org-babel-do-load-languages 'org-babel-load-languages babel-languages)))
|
||||
|
||||
(use-package ob-python
|
||||
:after ob-core
|
||||
:custom
|
||||
(org-babel-python-command "python3"))
|
||||
|
||||
(use-package org-capture
|
||||
:after org
|
||||
:bind (("C-c n n" . org-capture))
|
||||
|
@ -725,15 +720,6 @@
|
|||
(window-parameters . ((no-delete-other-windows . t)))))
|
||||
(org-roam-db-autosync-mode +1))
|
||||
|
||||
;; (use-package org-roam-dailies
|
||||
;; :after org-roam
|
||||
;; :custom
|
||||
;; (org-roam-dailies-directory "./")
|
||||
;; (org-roam-dailies-capture-templates
|
||||
;; '(("d" "default" entry
|
||||
;; "* %?"
|
||||
;; :target (file+datetree "journal.org" week)))))
|
||||
|
||||
(use-package org-journal
|
||||
:if (package-installed-p 'org-journal)
|
||||
:after org
|
||||
|
|
Loading…
Reference in a new issue