(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 ("6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default))) '(delete-selection-mode nil) '(fci-rule-color "#4C566A") '(global-hl-line-mode t) '(indent-tabs-mode nil) '(inhibit-startup-buffer-menu t) '(initial-buffer-choice "~/Documents/Journal/notes.org") '(org-agenda-files (quote ("~/Documents/Journal"))) '(org-babel-python-command "python3") '(org-default-notes-file "~/Documents/Journal/notes.org") '(org-html-htmlize-output-type nil) '(org-plantuml-jar-path "~/.local/bin/plantuml.jar") '(package-enable-at-startup t) '(package-selected-packages (quote (nordless-theme use-package elpy colorless-themes nord-theme org toc-org ox-reveal ace-window htmlize ivy magit)))) (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. )