Update cunstomfile for win32
This commit is contained in:
parent
79b4b29959
commit
80af5469f6
1 changed files with 6 additions and 3 deletions
|
@ -13,11 +13,13 @@
|
||||||
'(company-quickhelp-color-background "#4F4F4F")
|
'(company-quickhelp-color-background "#4F4F4F")
|
||||||
'(company-quickhelp-color-foreground "#DCDCCC")
|
'(company-quickhelp-color-foreground "#DCDCCC")
|
||||||
'(default-frame-alist
|
'(default-frame-alist
|
||||||
'((font . "MonoLisa-11")
|
'((tab-bar-lines . 0)
|
||||||
|
(font . "MonoLisa-12")
|
||||||
(width . 90)
|
(width . 90)
|
||||||
(height . 64)
|
(height . 64)
|
||||||
(alpha . 100)
|
(alpha . 100)
|
||||||
(horizontal-scroll-bars)))
|
(horizontal-scroll-bars)
|
||||||
|
(vertical-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/documents/Diary/diary")
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
|
||||||
|
@ -62,9 +64,10 @@
|
||||||
'(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-web-tools-pandoc-sleep-time 1.0)
|
'(org-web-tools-pandoc-sleep-time 1.0)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(org-roam magit elpher simple-httpd csv-mode markdown-mode yaml nov yaml-mode webpaste web-mode use-package typescript-mode smartparens slime-company shrface rust-mode rainbow-delimiters racket-mode powershell plantuml-mode ox-reveal org-web-tools org-tree-slide olivetti ob-typescript ob-rust ob-http ob-go helpful go-mode geiser-racket erc-image emojify elpy elfeed eglot doom-themes doom-modeline counsel all-the-icons-dired ace-window))
|
'(powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode geiser-guile geiser-racket geiser eglot nov shrface vertico smartparens emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package))
|
||||||
'(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