emacs.d/bundle/custom_win32_EVG02667NB.el

113 lines
4.6 KiB
EmacsLisp
Raw Normal View History

2020-05-18 15:04:30 +02:00
(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.
2020-07-15 17:26:09 +02:00
'(Info-additional-directory-list (quote ("~/Info")))
2020-05-18 15:04:30 +02:00
'(ansi-color-faces-vector
[default default default italic underline success warning error])
2020-07-15 17:26:09 +02:00
'(backup-directory-alist (quote (("." . "~/.backup_filez"))))
2020-09-25 13:39:30 +02:00
'(browse-url-browser-function (quote eww-browse-url))
'(calendar-christian-all-holidays-flag t)
2020-08-31 18:17:56 +02:00
'(calendar-date-style (quote iso))
'(calendar-view-diary-initially-flag t)
'(calendar-week-start-day 1)
2020-07-16 13:07:02 +02:00
'(custom-enabled-themes (quote (nord)))
'(custom-safe-themes
(quote
2020-07-16 13:07:02 +02:00
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default)))
'(default-frame-alist
(quote
2020-07-31 13:32:05 +02:00
((horizontal-scroll-bars)
2020-08-12 11:18:12 +02:00
(font . "Fira Code-11")
2020-07-31 13:32:05 +02:00
(width . 88)
(height . 64)
2020-09-25 13:39:30 +02:00
(alpha . 98)
2020-09-29 16:35:01 +02:00
(fullscreen . maximized))))
2020-05-27 12:52:42 +02:00
'(delete-by-moving-to-trash t)
'(diary-file
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/Diary/diary")
2020-05-27 12:52:42 +02:00
'(display-line-numbers-grow-only t)
2020-06-23 19:29:17 +02:00
'(elpy-modules
(quote
(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-sane-defaults)))
2020-07-13 08:31:20 +02:00
'(elpy-test-runner (quote elpy-test-pytest-runner))
2020-06-18 15:24:54 +02:00
'(geiser-default-implementation (quote racket))
2020-07-31 13:32:05 +02:00
'(global-hl-line-mode t)
2020-05-27 12:52:42 +02:00
'(horizontal-scroll-bar-mode nil)
'(indent-tabs-mode nil)
2020-05-18 15:04:30 +02:00
'(inhibit-startup-buffer-menu t)
2020-09-25 13:39:30 +02:00
'(inhibit-startup-screen t)
'(initial-buffer-choice nil)
2020-05-28 13:01:09 +02:00
'(initial-frame-alist nil)
2020-08-31 18:17:56 +02:00
'(ispell-program-name "aspell")
2020-06-26 09:39:07 +02:00
'(line-spacing nil)
2020-05-27 12:52:42 +02:00
'(ls-lisp-dirs-first t)
2020-05-28 13:01:09 +02:00
'(menu-bar-mode nil)
2020-06-22 15:22:54 +02:00
'(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))
"-%-")))
2020-08-31 18:17:56 +02:00
'(nov-text-width nil)
2020-07-13 08:31:20 +02:00
'(nov-unzip-program
"C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe")
2020-08-20 18:46:59 +02:00
'(nov-variable-pitch nil)
2020-07-15 17:26:09 +02:00
'(olivetti-body-width 73)
2020-05-25 10:11:02 +02:00
'(olivetti-lighter " Olv")
'(olivetti-minimum-body-width 80)
2020-07-15 17:26:09 +02:00
'(olivetti-mode-hook nil t)
'(org-agenda-files
(quote
("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/")))
2020-08-31 18:17:56 +02:00
'(org-agenda-include-diary t)
2020-06-18 15:24:54 +02:00
'(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)
2020-06-26 09:39:07 +02:00
(dot . t))))
2020-05-25 10:11:02 +02:00
'(org-clock-out-remove-zero-time-clocks t)
2020-09-25 13:39:30 +02:00
'(org-default-notes-file
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
'(org-duration-format (quote h:mm))
2020-09-25 13:39:30 +02:00
'(org-export-backends (quote (beamer html latex koma-letter)))
2020-08-31 18:17:56 +02:00
'(org-export-with-sub-superscripts 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%")))
2020-09-04 16:59:19 +02:00
'(org-latex-pdf-process (quote ("latexmk -xelatex -shell-escape -quiet -f %f")))
2020-05-18 15:04:30 +02:00
'(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")
2020-05-18 15:04:30 +02:00
'(package-selected-packages
(quote
2020-09-29 16:35:01 +02:00
(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))
2020-05-28 10:43:31 +02:00
'(python-indent-guess-indent-offset nil)
'(python-shell-interpreter "ipython")
2020-05-27 12:52:42 +02:00
'(ring-bell-function (quote ignore))
2020-05-28 13:01:09 +02:00
'(scroll-bar-mode nil)
'(tool-bar-mode nil))
2020-05-18 15:04:30 +02:00
(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.
2020-05-27 12:52:42 +02:00
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
2020-07-13 08:31:20 +02:00
'(highlight-indentation-face ((t (:inherit hl-line))))
2020-07-31 13:32:05 +02:00
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))