diff --git a/bundle/bundle--customfile.el b/bundle/bundle--customfile.el index 30052f69..0cac2f4b 100644 --- a/bundle/bundle--customfile.el +++ b/bundle/bundle--customfile.el @@ -1,10 +1,7 @@ ;; OS SETTINGS (when (eq system-type 'gnu/linux) + (require 'mu4e) (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)) (when (eq system-type 'windows-nt)