87 lines
3.8 KiB
EmacsLisp
87 lines
3.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 '("~/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
|
|
'((font . "Fira Code-11")
|
|
(width . 91)
|
|
(height . 60)
|
|
(alpha . 100)))
|
|
'(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-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/documents/Journal/notes.org")
|
|
'(initial-frame-alist '((fullscreen . maximized)))
|
|
'(ispell-program-name "~/AppData/Local/Programs/msys64/mingw64/bin/aspell.exe")
|
|
'(ls-lisp-dirs-first t)
|
|
'(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
|
'(nov-text-width nil)
|
|
'(nov-unzip-program "~/AppData/Local/Programs/unzip-5.51-1-bin/bin/unzip.exe")
|
|
'(nov-variable-pitch nil)
|
|
'(org-agenda-files
|
|
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/"))
|
|
'(org-default-notes-file "notes.org")
|
|
'(org-directory
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/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")
|
|
'(package-selected-packages
|
|
'(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))
|
|
'(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 "--simple-prompt -i")
|
|
'(ring-bell-function 'ignore)
|
|
'(scroll-bar-mode nil)
|
|
'(scroll-step 5)
|
|
'(tetris-x-colors
|
|
[[229 192 123]
|
|
[97 175 239]
|
|
[209 154 102]
|
|
[224 108 117]
|
|
[152 195 121]
|
|
[198 120 221]
|
|
[86 182 194]]))
|
|
(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.
|
|
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))
|