Remove org settings

This commit is contained in:
Marcus Kammer 2021-12-11 09:48:13 +01:00
parent fa7a441fc4
commit c8c4002e7e
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1,10 +1,7 @@
;; OS SETTINGS ;; OS SETTINGS
(when (eq system-type 'gnu/linux) (when (eq system-type 'gnu/linux)
(require 'mu4e)
(setq custom-file "~/.emacs.d/bundle/custom_gnu.el" (setq custom-file "~/.emacs.d/bundle/custom_gnu.el"
org-directory "~/Documents/journal/"
org-agenda-files '("~/Documents/journal/")
org-default-notes-file "notes.org"
org-babel-python-command "python3"
browse-url-secondary-browser-function 'browse-url-firefox)) browse-url-secondary-browser-function 'browse-url-firefox))
(when (eq system-type 'windows-nt) (when (eq system-type 'windows-nt)