94 lines
4 KiB
EmacsLisp
94 lines
4 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 "#4F4F4F")
|
|
'(company-quickhelp-color-foreground "#DCDCCC")
|
|
'(default-frame-alist
|
|
'((tab-bar-lines . 0)
|
|
(font . "MonoLisa-12")
|
|
(width . 90)
|
|
(height . 64)
|
|
(alpha . 100)
|
|
(horizontal-scroll-bars)))
|
|
'(delete-by-moving-to-trash t)
|
|
'(diary-file
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
|
|
'(display-line-numbers-grow-only t)
|
|
'(doom-modeline-env-version nil)
|
|
'(doom-modeline-height 32)
|
|
'(flycheck-color-mode-line-face-to-color 'mode-line-buffer-id)
|
|
'(forge-alist
|
|
'(("github.com" "api.github.com" "github.com" forge-github-repository)
|
|
("gitlab.com" "gitlab.com/api/v4" "gitlab.com" forge-gitlab-repository)
|
|
("code.siemens.com" "code.siemens.com/api/v4" "code.siemens.com" forge-gitlab-repository)))
|
|
'(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/journal/planning.org")
|
|
'(initial-frame-alist '((fullscreen . maximized)))
|
|
'(ispell-local-dictionary "en_US")
|
|
'(ls-lisp-dirs-first t)
|
|
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
|
'(nov-text-width nil)
|
|
'(nov-variable-pitch nil)
|
|
'(org-agenda-files
|
|
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/"))
|
|
'(org-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/")
|
|
'(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-roam/")
|
|
'(org-web-tools-pandoc-sleep-time 1.0)
|
|
'(package-selected-packages
|
|
'(cider mpv subed ob-http ob-go powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode geiser-guile geiser-racket geiser eglot nov shrface vertico smartparens emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package))
|
|
'(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)
|
|
'(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]])
|
|
'(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 (:foreground "#81A1C1" :slant italic))))
|
|
'(variable-pitch ((t (:height 1.4 :family "Ubuntu Condensed")))))
|