Update directory paths on win32
This commit is contained in:
parent
6a6c6965dc
commit
b211a4108c
1 changed files with 5 additions and 7 deletions
|
@ -22,8 +22,7 @@
|
||||||
(alpha . 100)
|
(alpha . 100)
|
||||||
(horizontal-scroll-bars)))
|
(horizontal-scroll-bars)))
|
||||||
'(delete-by-moving-to-trash t)
|
'(delete-by-moving-to-trash t)
|
||||||
'(diary-file
|
'(diary-file "d:/UserData/marcus.kammer/OneDrive - Siemens AG/diary")
|
||||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
|
|
||||||
'(display-line-numbers-grow-only t)
|
'(display-line-numbers-grow-only t)
|
||||||
'(doc-view-resolution 300)
|
'(doc-view-resolution 300)
|
||||||
'(doom-modeline-env-version nil)
|
'(doom-modeline-env-version nil)
|
||||||
|
@ -50,23 +49,22 @@
|
||||||
("XXX+" . "#dc752f")
|
("XXX+" . "#dc752f")
|
||||||
("\\?\\?\\?+" . "#dc752f")))
|
("\\?\\?\\?+" . "#dc752f")))
|
||||||
'(initial-buffer-choice
|
'(initial-buffer-choice
|
||||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/tasks.org")
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/tasks.org")
|
||||||
'(initial-frame-alist '((fullscreen . maximized)))
|
'(initial-frame-alist '((fullscreen . maximized)))
|
||||||
'(ls-lisp-dirs-first t)
|
'(ls-lisp-dirs-first t)
|
||||||
'(mail-host-address "evosoft.com")
|
'(mail-host-address "evosoft.com")
|
||||||
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
||||||
'(nov-text-width nil)
|
'(nov-text-width nil)
|
||||||
'(nov-variable-pitch nil)
|
'(nov-variable-pitch nil)
|
||||||
'(org-agenda-files
|
'(org-agenda-files '("d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/"))
|
||||||
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/"))
|
'(org-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/")
|
||||||
'(org-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/")
|
|
||||||
'(org-modules
|
'(org-modules
|
||||||
'(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
|
'(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
|
||||||
'(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
'(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||||
'(org-roam-db-autosync-mode t)
|
'(org-roam-db-autosync-mode t)
|
||||||
'(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org-roam/")
|
'(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org-roam/")
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(ox-rss kotlin-mode nano-theme mastodon cider mpv ob-http ob-go powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image go-translate simple-httpd slime racket-mode web-mode go-mode geiser-guile geiser-racket geiser eglot nov shrface smartparens emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons))
|
'(ox-rss kotlin-mode nano-theme mastodon mpv ob-http ob-go powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov shrface smartparens emojify olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons))
|
||||||
'(plantuml-default-exec-mode 'jar)
|
'(plantuml-default-exec-mode 'jar)
|
||||||
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||||
'(python-indent-guess-indent-offset nil)
|
'(python-indent-guess-indent-offset nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue