emacs.d/bundle/custom_win32_EVG02667NB.el

102 lines
4.8 KiB
EmacsLisp

(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.
'(Info-additional-directory-list '("~/.emacs.d/info"))
'(Info-default-directory-list '("%emacs_dir%/share/info/"))
'(ansi-color-faces-vector
[default default default italic underline success warning error])
'(backup-directory-alist '(("." . "~/.backup_filez")))
'(beacon-color "#d54e53")
'(bookmark-default-file "~/emacs-bookmarks")
'(company-quickhelp-color-background "#q4F4F4F")
'(company-quickhelp-color-foreground "#DCDCCC")
'(custom-enabled-themes '(doom-one))
'(custom-safe-themes
'("7ea883b13485f175d3075c72fceab701b5bf76b2076f024da50dff4107d0db25" "02f57ef0a20b7f61adce51445b68b2a7e832648ce2e7efb19d217b6454c1b644" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "e7820b899036ae7e966dcaaec29fd6b87aef253748b7de09e74fdc54407a7a02" "1781e8bccbd8869472c09b744899ff4174d23e4f7517b8a6c721100288311fa5" "de8f2d8b64627535871495d6fe65b7d0070c4a1eb51550ce258cd240ff9394b0" default))
'(default-frame-alist
'((tab-bar-lines . 0)
(font . "MonoLisa-11")
(width . 90)
(height . 64)
(alpha . 100)
(horizontal-scroll-bars)))
'(delete-by-moving-to-trash t)
'(diary-file "d:/UserData/marcus.kammer/OneDrive - Siemens AG/diary")
'(display-line-numbers-grow-only t)
'(doc-view-resolution 300)
'(doom-modeline-env-version nil)
'(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")
'(flycheck-color-mode-line-face-to-color 'mode-line-buffer-id)
'(frame-background-mode 'dark)
'(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")))
'(initial-buffer-choice
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/agenda/tasks.org")
'(initial-frame-alist '((fullscreen . maximized)))
'(ispell-program-name "c:/msys64/ucrt64/bin/hunspell.exe")
'(ls-lisp-dirs-first t)
'(magit-git-executable "C:/Program Files/Git/mingw64/libexec/git-core/git.exe")
'(mail-host-address "evosoft.com")
'(mail-send-hook nil)
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
'(nov-text-width nil)
'(nov-unzip-program "c:/msys64/usr/bin/unzip.exe")
'(nov-variable-pitch nil)
'(org-agenda-files
'("agenda/meetings.org" "agenda/tasks.org" "agenda/appointments.org"))
'(org-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/")
'(org-modules
'(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-roam-db-autosync-mode t)
'(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/")
'(package-selected-packages
'(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))
'(plantuml-default-exec-mode 'jar)
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
'(python-indent-guess-indent-offset nil)
'(python-shell-interpreter "ipython")
'(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")
'(reb-re-syntax 'string)
'(ring-bell-function 'ignore)
'(scroll-bar-mode nil)
'(scroll-step 5)
'(sql-sqlite-program "c:/msys64/ucrt64/bin/sqlite3.exe")
'(subed-mpv-executable "c:/AppData/Local/Programs/mpv/mpv.exe")
'(tab-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]])
'(timeclock-file "d:/UserData/marcus.kammer/OneDrive - Siemens AG/timelog")
'(user-full-name "Marcus Kammer" nil nil "Customized with use-package gnus")
'(warning-suppress-log-types '((comp))))
(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.
'(font-lock-keyword-face ((t (:slant italic))))
'(variable-pitch ((t (:height 1.2 :family "Roboto Slab Regular")))))