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.
|
2022-01-27 10:27:06 +01:00
|
|
|
'(Info-additional-directory-list '("~/.emacs.d/info"))
|
2021-05-20 09:49:09 +02:00
|
|
|
'(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")
|
2023-02-06 16:00:27 +01:00
|
|
|
'(company-quickhelp-color-background "#q4F4F4F")
|
2021-04-08 09:38:29 +02:00
|
|
|
'(company-quickhelp-color-foreground "#DCDCCC")
|
2023-02-06 16:00:27 +01:00
|
|
|
'(custom-enabled-themes '(doom-one))
|
2022-12-12 17:33:39 +01:00
|
|
|
'(custom-safe-themes
|
2023-02-23 18:25:51 +01:00
|
|
|
'("8d3ef5ff6273f2a552152c7febc40eabca26bae05bd12bc85062e2dc224cde9a" "00cec71d41047ebabeb310a325c365d5bc4b7fab0a681a2a108d32fb161b4006" "7e068da4ba88162324d9773ec066d93c447c76e9f4ae711ddd0c5d3863489c52" "7ea883b13485f175d3075c72fceab701b5bf76b2076f024da50dff4107d0db25" "02f57ef0a20b7f61adce51445b68b2a7e832648ce2e7efb19d217b6454c1b644" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "e7820b899036ae7e966dcaaec29fd6b87aef253748b7de09e74fdc54407a7a02" "1781e8bccbd8869472c09b744899ff4174d23e4f7517b8a6c721100288311fa5" "de8f2d8b64627535871495d6fe65b7d0070c4a1eb51550ce258cd240ff9394b0" default))
|
2021-04-20 09:52:02 +02:00
|
|
|
'(default-frame-alist
|
2022-05-11 08:47:07 +02:00
|
|
|
'((tab-bar-lines . 0)
|
2022-12-14 14:30:17 +01:00
|
|
|
(font . "MonoLisa-11")
|
2021-11-26 17:18:46 +01:00
|
|
|
(width . 90)
|
|
|
|
(height . 64)
|
2022-02-07 08:35:19 +01:00
|
|
|
(alpha . 100)
|
2023-03-10 15:33:57 +01:00
|
|
|
(horizontal-scroll-bars)
|
|
|
|
(vertical-scroll-bars)))
|
2020-05-27 12:52:42 +02:00
|
|
|
'(delete-by-moving-to-trash t)
|
2023-02-06 15:18:49 +01:00
|
|
|
'(diary-file "d:/UserData/marcus.kammer/OneDrive - Siemens AG/diary")
|
2020-05-27 12:52:42 +02:00
|
|
|
'(display-line-numbers-grow-only t)
|
2022-12-05 08:59:01 +01:00
|
|
|
'(doc-view-resolution 300)
|
2021-10-07 11:51:20 +02:00
|
|
|
'(doom-modeline-env-version nil)
|
2023-02-13 18:02:47 +01:00
|
|
|
'(epg-gpg-home-directory "~/AppData/Roaming/gnupg")
|
|
|
|
'(epg-gpg-program "c:/Program Files (x86)/GnuPG/bin/gpg.exe")
|
|
|
|
'(epg-gpgconf-program "c:/Program Files (x86)/GnuPG/bin/gpgconf.exe")
|
2021-04-08 09:38:29 +02:00
|
|
|
'(flycheck-color-mode-line-face-to-color 'mode-line-buffer-id)
|
|
|
|
'(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
|
2023-02-07 15:52:41 +01:00
|
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/agenda/tasks.org")
|
2021-06-18 11:48:21 +02:00
|
|
|
'(initial-frame-alist '((fullscreen . maximized)))
|
2023-02-13 12:12:57 +01:00
|
|
|
'(ispell-program-name "c:/msys64/ucrt64/bin/hunspell.exe")
|
2020-05-27 12:52:42 +02:00
|
|
|
'(ls-lisp-dirs-first t)
|
2023-02-13 12:12:57 +01:00
|
|
|
'(magit-git-executable "C:/Program Files/Git/mingw64/libexec/git-core/git.exe")
|
2023-01-31 16:28:16 +01:00
|
|
|
'(mail-host-address "evosoft.com")
|
2023-02-07 15:52:41 +01:00
|
|
|
'(mail-send-hook nil)
|
2021-06-02 18:51:23 +02:00
|
|
|
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
2023-02-07 15:52:41 +01:00
|
|
|
'(org-agenda-files
|
|
|
|
'("agenda/meetings.org" "agenda/tasks.org" "agenda/appointments.org"))
|
2023-02-06 15:18:49 +01:00
|
|
|
'(org-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/")
|
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")
|
2021-12-03 15:15:51 +01:00
|
|
|
'(org-roam-db-autosync-mode t)
|
2023-02-07 15:52:41 +01:00
|
|
|
'(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/")
|
2020-05-18 15:04:30 +02:00
|
|
|
'(package-selected-packages
|
2023-03-16 17:09:18 +01:00
|
|
|
'(plantuml-mode htmlize hyperbole jabber typescript-mode markdown-mode csv-mode yaml-mode magit nim-mode ox-rss kotlin-mode nano-theme mastodon mpv ob-http ob-go powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov shrface smartparens emojify olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons))
|
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")
|
2021-08-10 14:13:44 +02:00
|
|
|
'(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")
|
2022-05-16 14:25:05 +02:00
|
|
|
'(reb-re-syntax 'string)
|
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)
|
2023-02-13 12:12:57 +01:00
|
|
|
'(sql-sqlite-program "c:/msys64/ucrt64/bin/sqlite3.exe")
|
2022-09-23 08:30:52 +02:00
|
|
|
'(subed-mpv-executable "c:/AppData/Local/Programs/mpv/mpv.exe")
|
2022-04-07 10:11:19 +02:00
|
|
|
'(tab-bar-mode nil)
|
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]
|
2022-09-12 08:38:44 +02:00
|
|
|
[86 182 194]])
|
2023-02-02 09:32:22 +01:00
|
|
|
'(timeclock-file "d:/UserData/marcus.kammer/OneDrive - Siemens AG/timelog")
|
2023-03-16 17:09:18 +01:00
|
|
|
'(tramp-default-method "sshx")
|
2023-02-08 16:09:37 +01:00
|
|
|
'(user-full-name "Marcus Kammer" nil nil "Customized with use-package gnus")
|
2023-02-16 09:22:58 +01:00
|
|
|
'(user-mail-address "marcus.kammer@mailbox.org")
|
2022-09-12 08:38:44 +02:00
|
|
|
'(warning-suppress-log-types '((comp))))
|
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.
|
2023-01-16 17:54:11 +01:00
|
|
|
'(font-lock-keyword-face ((t (:slant italic))))
|
2023-03-22 10:21:31 +01:00
|
|
|
'(variable-pitch ((t (:height 1.1 :family "Noto Sans")))))
|