Remove org settings
This commit is contained in:
parent
fa7a441fc4
commit
c8c4002e7e
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue