70 lines
3.4 KiB
EmacsLisp
70 lines
3.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 (quote ("~/Info")))
|
|
'(ansi-color-faces-vector
|
|
[default default default italic underline success warning error])
|
|
'(backup-directory-alist (quote (("." . "~/.backup_filez"))))
|
|
'(custom-enabled-themes (quote (nord)))
|
|
'(custom-safe-themes
|
|
(quote
|
|
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default)))
|
|
'(default-frame-alist
|
|
(quote
|
|
((horizontal-scroll-bars)
|
|
(font . "Fira Code-11")
|
|
(width . 88)
|
|
(height . 64)
|
|
(alpha . 100)
|
|
(fullscreen . fullscreen))))
|
|
'(delete-by-moving-to-trash t)
|
|
'(diary-file
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
|
|
'(display-line-numbers-grow-only t)
|
|
'(elpy-modules
|
|
(quote
|
|
(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-sane-defaults)))
|
|
'(elpy-test-runner (quote elpy-test-pytest-runner))
|
|
'(forge-alist
|
|
(quote
|
|
(("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))))
|
|
|
|
'(initial-buffer-choice
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
|
|
'(initial-frame-alist nil)
|
|
'(ls-lisp-dirs-first t)
|
|
'(nov-text-width nil)
|
|
'(nov-unzip-program
|
|
"C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe")
|
|
'(nov-variable-pitch nil)
|
|
'(olivetti-body-width 73)
|
|
'(olivetti-lighter " Olv")
|
|
'(olivetti-minimum-body-width 80)
|
|
'(olivetti-mode-hook nil t)
|
|
'(org-agenda-files '("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/"))
|
|
'(org-clock-out-remove-zero-time-clocks t)
|
|
'(org-default-notes-file "notes.org")
|
|
'(org-directory
|
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/")
|
|
'(org-modules
|
|
(quote
|
|
(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)))
|
|
'(org-refile-targets (quote ((nil :maxlevel . 3))))
|
|
'(package-selected-packages
|
|
(quote
|
|
(powershell forge plantuml-mode ox-reveal counsel all-the-icons-dired all-the-icons-gnus all-the-icons-ibuffer all-the-icons-ivy all-the-icons-ivy-rich helpful nov gnu-elpa-keyring-update slime-company elpy eglot color-theme-sanityinc-tomorrow ein projectile markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode racket-mode geiser slime web-mode js2-mode markdown-mode yaml-mode olivetti use-package nord-theme nordless-theme org toc-org ace-window htmlize ivy magit)))
|
|
'(python-indent-guess-indent-offset nil)
|
|
'(ring-bell-function (quote ignore))
|
|
'(scroll-bar-mode nil))
|
|
(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.
|
|
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
|
'(highlight-indentation-face ((t (:inherit hl-line))))
|
|
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))
|