This commit is contained in:
Marcus Kammer 2020-12-01 17:33:18 +01:00
commit bf86b8e626

View file

@ -4,9 +4,10 @@
org-directory "~/Documents/journal/"
org-agenda-files '("~/Documents/journal/")
org-default-notes-file "notes.org"
org-babel-python-command "python3"
org-babel-python-command "ipython"
browse-url-secondary-browser-function 'browse-url-firefox
python-shell-interpreter "python3"))
python-shell-interpreter "ipython"
python-shell-interpreter-args "--simple-prompt -i"))
(when (eq system-type 'windows-nt)