Merge branch 'main' of https://gitlab.com/marcuskammer/emacs.d into main
This commit is contained in:
commit
bf86b8e626
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,10 @@
|
||||||
org-directory "~/Documents/journal/"
|
org-directory "~/Documents/journal/"
|
||||||
org-agenda-files '("~/Documents/journal/")
|
org-agenda-files '("~/Documents/journal/")
|
||||||
org-default-notes-file "notes.org"
|
org-default-notes-file "notes.org"
|
||||||
org-babel-python-command "python3"
|
org-babel-python-command "ipython"
|
||||||
browse-url-secondary-browser-function 'browse-url-firefox
|
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)
|
(when (eq system-type 'windows-nt)
|
||||||
|
|
Loading…
Add table
Reference in a new issue