2020-05-18 15:04:30 +02:00
|
|
|
(custom-set-variables
|
|
|
|
;; custom-set-variables was added by Custom.
|
|
|
|
;; 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.
|
2020-12-11 12:33:04 +01:00
|
|
|
'(Info-additional-directory-list '("~/Info"))
|
2021-02-02 13:19:49 +01:00
|
|
|
'(Info-default-directory-list '("%emacs_dir%/share/info/" "c:/Users/Marcus.Kammer/info/"))
|
2020-05-18 15:04:30 +02:00
|
|
|
'(ansi-color-faces-vector
|
|
|
|
[default default default italic underline success warning error])
|
2021-01-18 09:09:41 +01:00
|
|
|
'(ansi-color-names-vector
|
|
|
|
["#21252B" "#E06C75" "#98C379" "#E5C07B" "#61AFEF" "#C678DD" "#56B6C2" "#ABB2BF"])
|
2020-12-11 12:33:04 +01:00
|
|
|
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
2021-04-08 09:38:29 +02:00
|
|
|
'(beacon-color "#d54e53")
|
|
|
|
'(company-quickhelp-color-background "#4F4F4F")
|
|
|
|
'(company-quickhelp-color-foreground "#DCDCCC")
|
2021-05-10 20:06:19 +02:00
|
|
|
'(custom-enabled-themes '(doom-nord))
|
2020-07-13 10:51:54 +02:00
|
|
|
'(custom-safe-themes
|
2021-05-10 20:06:19 +02:00
|
|
|
'("a3bdcbd7c991abd07e48ad32f71e6219d55694056c0c15b4144f370175273d16" "81c3de64d684e23455236abde277cda4b66509ef2c28f66e059aa925b8b12534" "bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "d548ac4bb4c8c0ba8f22476f5afcea11b7f1754065eefb118e1324f8a74883fb" "06f0b439b62164c6f8f84fdda32b62fb50b6d00e8b01c2208e55543a6337433a" "82d2cac368ccdec2fcc7573f24c3f79654b78bf133096f9b40c20d97ec1d8016" "fa2b58bb98b62c3b8cf3b6f02f058ef7827a8e497125de0254f56e373abee088" "e6df46d5085fde0ad56a46ef69ebb388193080cc9819e2d6024c9c6e27388ba9" "1b8d67b43ff1723960eb5e0cba512a2c7a2ad544ddb2533a90101fd1852b426e" "628278136f88aa1a151bb2d6c8a86bf2b7631fbea5f0f76cba2a0079cd910f7d" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "e71c6667c26e34f3b59a1c5b3e27a1606fa427b9ba6515b0d8c8130506e68c81" "8efa3d21b3fa1ac084798fae4e89848ec26ae5c724b9417caf4922f4b2e31c2a" "5b7c31eb904d50c470ce264318f41b3bbc85545e4359e6b7d48ee88a892b1915" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default))
|
2021-04-20 09:52:02 +02:00
|
|
|
'(default-frame-alist
|
|
|
|
'((font . "Fira Code-12")
|
|
|
|
(width . 91)
|
|
|
|
(height . 60)
|
2021-05-17 08:39:17 +02:00
|
|
|
(alpha . 100)))
|
2020-05-27 12:52:42 +02:00
|
|
|
'(delete-by-moving-to-trash t)
|
2020-09-17 17:03:55 +02:00
|
|
|
'(diary-file
|
2020-10-24 11:26:24 +02:00
|
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
|
2020-05-27 12:52:42 +02:00
|
|
|
'(display-line-numbers-grow-only t)
|
2021-05-10 09:11:46 +02:00
|
|
|
'(doom-modeline-height 32)
|
2021-04-08 09:38:29 +02:00
|
|
|
'(flycheck-color-mode-line-face-to-color 'mode-line-buffer-id)
|
2020-11-23 08:36:45 +01:00
|
|
|
'(forge-alist
|
2020-12-11 12:33:04 +01:00
|
|
|
'(("github.com" "api.github.com" "github.com" forge-github-repository)
|
2020-11-23 08:36:45 +01:00
|
|
|
("gitlab.com" "gitlab.com/api/v4" "gitlab.com" forge-gitlab-repository)
|
2020-12-11 12:33:04 +01:00
|
|
|
("code.siemens.com" "code.siemens.com/api/v4" "code.siemens.com" forge-gitlab-repository)))
|
2021-04-08 09:38:29 +02:00
|
|
|
'(frame-background-mode 'dark)
|
2021-04-08 18:26:20 +02:00
|
|
|
'(hl-todo-keyword-faces
|
|
|
|
'(("TODO" . "#dc752f")
|
|
|
|
("NEXT" . "#dc752f")
|
|
|
|
("THEM" . "#2d9574")
|
|
|
|
("PROG" . "#4f97d7")
|
|
|
|
("OKAY" . "#4f97d7")
|
|
|
|
("DONT" . "#f2241f")
|
|
|
|
("FAIL" . "#f2241f")
|
|
|
|
("DONE" . "#86dc2f")
|
|
|
|
("NOTE" . "#b1951d")
|
|
|
|
("KLUDGE" . "#b1951d")
|
|
|
|
("HACK" . "#b1951d")
|
|
|
|
("TEMP" . "#b1951d")
|
|
|
|
("FIXME" . "#dc752f")
|
|
|
|
("XXX+" . "#dc752f")
|
|
|
|
("\\?\\?\\?+" . "#dc752f")))
|
2020-10-21 14:00:00 +02:00
|
|
|
'(initial-buffer-choice
|
|
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
|
2021-04-20 09:52:02 +02:00
|
|
|
'(initial-frame-alist '((vertical-scroll-bars) (fullscreen . fullscreen)))
|
2021-04-08 09:38:29 +02:00
|
|
|
'(ispell-program-name "~/AppData/Local/Programs/msys64/mingw64/bin/aspell.exe" t)
|
2020-05-27 12:52:42 +02:00
|
|
|
'(ls-lisp-dirs-first t)
|
2020-08-31 18:17:56 +02:00
|
|
|
'(nov-text-width nil)
|
2020-07-13 08:31:20 +02:00
|
|
|
'(nov-unzip-program
|
2021-02-01 12:43:12 +01:00
|
|
|
"c:/Users/Marcus.Kammer/AppData/Local/Programs/msys64/usr/bin/unzip.exe")
|
2020-08-20 18:46:59 +02:00
|
|
|
'(nov-variable-pitch nil)
|
2020-07-15 17:26:09 +02:00
|
|
|
'(olivetti-body-width 73)
|
2020-05-25 10:11:02 +02:00
|
|
|
'(olivetti-lighter " Olv")
|
|
|
|
'(olivetti-minimum-body-width 80)
|
2020-07-15 17:26:09 +02:00
|
|
|
'(olivetti-mode-hook nil t)
|
2020-12-11 12:33:04 +01:00
|
|
|
'(org-agenda-files
|
|
|
|
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/"))
|
2020-05-25 10:11:02 +02:00
|
|
|
'(org-clock-out-remove-zero-time-clocks t)
|
2020-11-25 09:37:42 +01:00
|
|
|
'(org-default-notes-file "notes.org")
|
2020-11-23 21:51:52 +01:00
|
|
|
'(org-directory
|
|
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/")
|
2020-05-18 15:04:30 +02:00
|
|
|
'(org-modules
|
2020-12-11 12:33:04 +01:00
|
|
|
'(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
|
2021-02-02 13:19:49 +01:00
|
|
|
'(org-plantuml-jar-path
|
|
|
|
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
|
2020-12-11 12:33:04 +01:00
|
|
|
'(org-refile-targets '((nil :maxlevel . 3)))
|
2021-05-17 08:39:17 +02:00
|
|
|
'(org-time-stamp-rounding-minutes '(15 15))
|
2020-05-18 15:04:30 +02:00
|
|
|
'(package-selected-packages
|
2021-05-10 20:06:19 +02:00
|
|
|
'(all-the-icons-ivy-rich ivy-rich geiser-racket rainbow-delimiters doom-themes racket-mode ob-typescript ob-translate ob-http ob-rust ob-go go-mode dracula-theme flucui-themes zenburn-theme spacemacs-theme helpful ac-emmet typescript-mode eglot websocket soft-morning-theme atom-dark-theme atom-one-dark-theme powershell plantuml-mode ox-reveal counsel all-the-icons-dired all-the-icons-gnus all-the-icons-ibuffer all-the-icons-ivy nov gnu-elpa-keyring-update slime-company elpy color-theme-sanityinc-tomorrow markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode geiser web-mode js2-mode yaml-mode olivetti use-package nord-theme nordless-theme toc-org ace-window htmlize ivy))
|
2021-04-08 18:26:20 +02:00
|
|
|
'(pdf-view-midnight-colors '("#b2b2b2" . "#292b2e"))
|
2021-02-02 13:19:49 +01:00
|
|
|
'(plantuml-default-exec-mode 'jar)
|
|
|
|
'(plantuml-jar-path
|
|
|
|
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
|
2020-05-28 10:43:31 +02:00
|
|
|
'(python-indent-guess-indent-offset nil)
|
2021-02-02 13:19:49 +01:00
|
|
|
'(python-shell-interpreter "ipython")
|
|
|
|
'(python-shell-interpreter-args "--simple-prompt -i")
|
2020-12-11 12:33:04 +01:00
|
|
|
'(ring-bell-function 'ignore)
|
2021-01-18 09:09:41 +01:00
|
|
|
'(scroll-bar-mode nil)
|
|
|
|
'(tetris-x-colors
|
|
|
|
[[229 192 123]
|
|
|
|
[97 175 239]
|
|
|
|
[209 154 102]
|
|
|
|
[224 108 117]
|
|
|
|
[152 195 121]
|
|
|
|
[198 120 221]
|
|
|
|
[86 182 194]]))
|
2020-05-18 15:04:30 +02:00
|
|
|
(custom-set-faces
|
|
|
|
;; custom-set-faces was added by Custom.
|
|
|
|
;; 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.
|
2020-05-27 12:52:42 +02:00
|
|
|
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
2020-07-13 08:31:20 +02:00
|
|
|
'(highlight-indentation-face ((t (:inherit hl-line))))
|
2020-12-09 10:47:57 +01:00
|
|
|
'(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)))
|
2020-07-31 13:32:05 +02:00
|
|
|
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))
|