Update win32 customfile

This commit is contained in:
Marcus Kammer 2021-07-14 13:27:12 +02:00
parent 2241c6c0fc
commit 9e2c9f90f6

View file

@ -7,8 +7,6 @@
'(Info-default-directory-list '("%emacs_dir%/share/info/"))
'(ansi-color-faces-vector
[default default default italic underline success warning error])
'(ansi-color-names-vector
["#21252B" "#E06C75" "#98C379" "#E5C07B" "#61AFEF" "#C678DD" "#56B6C2" "#ABB2BF"])
'(backup-directory-alist '(("." . "~/.backup_filez")))
'(beacon-color "#d54e53")
'(bookmark-default-file "~/emacs-bookmarks")
@ -18,8 +16,7 @@
'((font . "Fira Code-11")
(width . 91)
(height . 60)
(alpha . 100)
(vertical-scroll-bars)))
(alpha . 100)))
'(delete-by-moving-to-trash t)
'(diary-file
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
@ -54,7 +51,7 @@
'(ls-lisp-dirs-first t)
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
'(nov-text-width nil)
'(nov-unzip-program "~/AppData/Local/Programs/msys64/usr/bin/unzip.exe")
'(nov-unzip-program "~/AppData/Local/Programs/unzip-5.51-1-bin/bin/unzip.exe")
'(nov-variable-pitch nil)
'(org-agenda-files
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/"))
@ -65,8 +62,7 @@
'(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")
'(package-selected-packages
'(unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful eglot xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode projectile powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-http ob-go nov markdown-mode magit go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window))
'(pdf-view-midnight-colors '("#b2b2b2" . "#292b2e"))
'(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-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
'(python-indent-guess-indent-offset nil)
@ -88,10 +84,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
'(highlight-indentation-face ((t (:inherit hl-line))))
'(tab-bar ((t (:inherit mode-line-inactive))))
'(tab-bar-tab ((t (:inherit mode-line-highlight))))
'(tab-bar-tab-inactive ((t (:inherit tab-bar))))
'(tab-line ((t nil)))
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))