Update win32 customfile
This commit is contained in:
parent
d91a4bc70f
commit
721db96879
1 changed files with 3 additions and 3 deletions
|
@ -47,11 +47,11 @@
|
||||||
'(initial-buffer-choice
|
'(initial-buffer-choice
|
||||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
|
||||||
'(initial-frame-alist '((fullscreen . maximized)))
|
'(initial-frame-alist '((fullscreen . maximized)))
|
||||||
'(ispell-program-name "~/AppData/Local/Programs/msys64/mingw64/bin/aspell.exe")
|
'(ispell-program-name "d:/msys64/mingw64/bin/aspell.exe")
|
||||||
'(ls-lisp-dirs-first t)
|
'(ls-lisp-dirs-first t)
|
||||||
'(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-unzip-program "~/AppData/Local/Programs/unzip-5.51-1-bin/bin/unzip.exe")
|
'(nov-unzip-program "d:/msys64/usr/bin/unzip.exe")
|
||||||
'(nov-variable-pitch nil)
|
'(nov-variable-pitch nil)
|
||||||
'(org-agenda-files
|
'(org-agenda-files
|
||||||
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/"))
|
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/"))
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
'(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")
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(eglot javascript js-mode ob-http unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-go nov markdown-mode go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window))
|
'(magit eglot javascript js-mode ob-http unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-go nov markdown-mode go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window))
|
||||||
'(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