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.
|
2021-05-20 09:49:09 +02:00
|
|
|
'(Info-additional-directory-list '("~/info"))
|
|
|
|
'(Info-default-directory-list '("%emacs_dir%/share/info/"))
|
2020-05-18 15:04:30 +02:00
|
|
|
'(ansi-color-faces-vector
|
|
|
|
[default default default italic underline success warning error])
|
2020-12-11 12:33:04 +01:00
|
|
|
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
2021-04-08 09:38:29 +02:00
|
|
|
'(beacon-color "#d54e53")
|
2021-06-18 11:48:21 +02:00
|
|
|
'(bookmark-default-file "~/emacs-bookmarks")
|
2021-04-08 09:38:29 +02:00
|
|
|
'(company-quickhelp-color-background "#4F4F4F")
|
|
|
|
'(company-quickhelp-color-foreground "#DCDCCC")
|
2021-04-20 09:52:02 +02:00
|
|
|
'(default-frame-alist
|
2021-06-30 07:56:17 +02:00
|
|
|
'((font . "Fira Code-11")
|
2021-04-20 09:52:02 +02:00
|
|
|
(width . 91)
|
|
|
|
(height . 60)
|
2021-07-14 13:27:12 +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-06-18 11:48:21 +02:00
|
|
|
'(initial-frame-alist '((fullscreen . maximized)))
|
2021-05-27 16:53:36 +02:00
|
|
|
'(ispell-program-name "~/AppData/Local/Programs/msys64/mingw64/bin/aspell.exe")
|
2020-05-27 12:52:42 +02:00
|
|
|
'(ls-lisp-dirs-first t)
|
2021-06-02 18:51:23 +02:00
|
|
|
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
2020-08-31 18:17:56 +02:00
|
|
|
'(nov-text-width nil)
|
2021-07-14 13:27:12 +02:00
|
|
|
'(nov-unzip-program "~/AppData/Local/Programs/unzip-5.51-1-bin/bin/unzip.exe")
|
2020-08-20 18:46:59 +02:00
|
|
|
'(nov-variable-pitch nil)
|
2020-12-11 12:33:04 +01:00
|
|
|
'(org-agenda-files
|
|
|
|
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/"))
|
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-05-21 10:19:23 +02:00
|
|
|
'(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
2020-05-18 15:04:30 +02:00
|
|
|
'(package-selected-packages
|
2021-07-14 13:27:12 +02:00
|
|
|
'(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))
|
2021-02-02 13:19:49 +01:00
|
|
|
'(plantuml-default-exec-mode 'jar)
|
2021-05-21 10:19:23 +02:00
|
|
|
'(plantuml-jar-path "~/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)
|
2021-06-02 18:51:23 +02:00
|
|
|
'(scroll-step 5)
|
2021-01-18 09:09:41 +01:00
|
|
|
'(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-07-31 13:32:05 +02:00
|
|
|
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))
|