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.
|
|
|
|
'(ansi-color-faces-vector
|
|
|
|
[default default default italic underline success warning error])
|
2020-05-18 16:45:15 +02:00
|
|
|
'(default-frame-alist
|
|
|
|
(quote
|
|
|
|
((undecorated . t)
|
|
|
|
(font . "Iosevka Term-12")
|
|
|
|
(fullscreen . maximized)
|
|
|
|
(alpha . 98))))
|
2020-05-27 12:52:42 +02:00
|
|
|
'(delete-by-moving-to-trash t)
|
|
|
|
'(display-line-numbers-grow-only t)
|
|
|
|
'(horizontal-scroll-bar-mode nil)
|
2020-05-18 15:04:30 +02:00
|
|
|
'(inhibit-startup-buffer-menu t)
|
|
|
|
'(initial-buffer-choice "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org")
|
2020-05-27 12:52:42 +02:00
|
|
|
'(ls-lisp-dirs-first t)
|
2020-05-25 10:11:02 +02:00
|
|
|
'(olivetti-body-width 90)
|
|
|
|
'(olivetti-lighter " Olv")
|
|
|
|
'(olivetti-minimum-body-width 80)
|
|
|
|
'(olivetti-mode-hook nil)
|
2020-05-18 16:45:15 +02:00
|
|
|
'(org-agenda-files (quote ("d:/syncplicity/Marcus.Kammer/documents/Journal/")))
|
2020-05-25 10:11:02 +02:00
|
|
|
'(org-clock-out-remove-zero-time-clocks t)
|
2020-05-18 16:45:15 +02:00
|
|
|
'(org-default-notes-file "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org")
|
|
|
|
'(org-duration-format (quote h:mm))
|
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)))
|
2020-05-18 16:45:15 +02:00
|
|
|
'(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-05-27 12:52:42 +02:00
|
|
|
(yaml-mode olivetti elpy use-package nord-theme nordless-theme org toc-org ox-reveal ace-window htmlize ivy magit)))
|
|
|
|
'(ring-bell-function (quote ignore))
|
|
|
|
'(scroll-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))))
|
|
|
|
'(highlight-indentation-face ((t (:inherit hl-line)))))
|