emacs.d/bundle/custom_win32_EVG02667NB.el
2020-11-18 17:47:35 +01:00

98 lines
4.1 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 . maximized))))
'(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))
'(geiser-default-implementation (quote racket))
'(initial-buffer-choice
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
'(initial-frame-alist nil)
'(ls-lisp-dirs-first t)
'(make-backup-files nil)
'(mode-line-format
(quote
("-" mode-line-mule-info mode-line-modified mode-line-frame-identification mode-line-buffer-identification " " mode-line-position mode-line-modes
(which-func-mode
("" which-func-format "--"))
(global-mode-string
("--" global-mode-string))
"-%-")))
'(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
(quote
("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/")))
'(org-agenda-include-diary t)
'(org-babel-load-languages
(quote
((js . t)
(gnuplot . t)
(emacs-lisp . t)
(python . t)
(sqlite . t)
(lisp . t)
(shell . t)
(css . t)
(calc . t)
(plantuml . t)
(dot . t))))
'(org-clock-out-remove-zero-time-clocks t)
'(org-default-notes-file
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
'(org-export-with-sub-superscripts nil)
'(org-html-htmlize-output-type nil)
'(org-html-table-caption-above nil)
'(org-html-table-default-attributes
(quote
(:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "hsides" :width "100%")))
'(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-plantuml-jar-path
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
'(org-refile-targets (quote ((nil :maxlevel . 3))))
'(package-selected-packages
(quote
(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)))
'(projectile-completion-system (quote ivy))
'(python-indent-guess-indent-offset nil)
'(python-shell-interpreter "python")
'(ring-bell-function (quote ignore)))
(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")))))