2020-05-16 12:39:17 +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])
|
|
|
|
'(ansi-color-names-vector
|
|
|
|
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
|
|
|
|
'(custom-enabled-themes (quote (nord)))
|
|
|
|
'(custom-safe-themes
|
|
|
|
(quote
|
2020-05-18 18:17:22 +02:00
|
|
|
("6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default)))
|
2020-05-16 12:39:17 +02:00
|
|
|
'(delete-selection-mode nil)
|
2020-05-18 18:17:22 +02:00
|
|
|
'(fci-rule-color "#4C566A")
|
2020-05-16 12:39:17 +02:00
|
|
|
'(global-hl-line-mode t)
|
|
|
|
'(indent-tabs-mode nil)
|
|
|
|
'(inhibit-startup-buffer-menu t)
|
|
|
|
'(initial-buffer-choice "~/Documents/Journal/notes.org")
|
2020-05-18 18:30:48 +02:00
|
|
|
'(org-agenda-files (quote ("~/Documents/Journal")))
|
|
|
|
'(org-babel-python-command "python3")
|
|
|
|
'(org-default-notes-file "~/Documents/Journal/notes.org")
|
2020-05-16 12:39:17 +02:00
|
|
|
'(org-html-htmlize-output-type nil)
|
2020-05-18 18:30:48 +02:00
|
|
|
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
2020-05-16 12:39:17 +02:00
|
|
|
'(package-enable-at-startup t)
|
|
|
|
'(package-selected-packages
|
|
|
|
(quote
|
2020-05-18 18:17:22 +02:00
|
|
|
(nordless-theme use-package elpy colorless-themes nord-theme org toc-org ox-reveal ace-window htmlize ivy magit))))
|
2020-05-16 12:39:17 +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.
|
|
|
|
)
|