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.
|
2021-03-27 08:41:32 +01:00
|
|
|
'(Info-additional-directory-list nil)
|
2020-08-31 18:23:52 +02:00
|
|
|
'(TeX-engine 'xetex)
|
2020-05-16 12:39:17 +02:00
|
|
|
'(ansi-color-faces-vector
|
|
|
|
[default default default italic underline success warning error])
|
|
|
|
'(ansi-color-names-vector
|
|
|
|
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
|
2020-08-21 07:36:27 +02:00
|
|
|
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
2021-01-10 10:14:05 +01:00
|
|
|
'(custom-enabled-themes '(atom-one-dark))
|
2020-05-16 12:39:17 +02:00
|
|
|
'(custom-safe-themes
|
2021-03-04 22:26:14 +01:00
|
|
|
'("171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "fe36e4da2ca97d9d706e569024caa996f8368044a8253dc645782e01cd68d884" "1fbd63256477789327fe429bd318fb90a8a42e5f2756dd1a94805fc810ae1b62" "7bc40a2e714b4872ad5cd07f992eb8e06ef5e01a8877488b9ffc3067463ca721" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default))
|
2020-05-16 12:39:17 +02:00
|
|
|
'(delete-selection-mode nil)
|
2020-08-29 10:23:17 +02:00
|
|
|
'(diary-file "~/Documents/diary/diary")
|
2020-05-18 18:17:22 +02:00
|
|
|
'(fci-rule-color "#4C566A")
|
2020-11-29 11:51:28 +01:00
|
|
|
'(gnus-init-file "~/.emacs.d/.gnus.el")
|
2021-01-10 10:14:05 +01:00
|
|
|
'(hl-paren-colors '("#B9F" "#B8D" "#B7B" "#B69" "#B57" "#B45" "#B33" "#B11"))
|
2020-06-16 21:57:46 +02:00
|
|
|
'(initial-buffer-choice "~/Documents/journal/notes.org")
|
2021-01-10 10:14:05 +01:00
|
|
|
'(olivetti-body-width 82 nil nil "Customized with use-package olivetti")
|
2020-05-23 13:28:13 +02:00
|
|
|
'(org-modules
|
2020-08-21 07:36:27 +02:00
|
|
|
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
|
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
|
2021-01-10 10:14:05 +01:00
|
|
|
'(parse-csv csv atom-one-dark-theme arjen-grey-theme arc-dark-theme geiser all-the-icons-ivy all-the-icons-dired powershell forge request all-the-icons-ibuffer all-the-icons-ivy-rich all-the-icons-ivy-rich-mode all-the-icons-ibuffer-mode ox-reveal csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit))
|
|
|
|
'(scroll-bar-mode nil)
|
2021-03-27 08:41:32 +01:00
|
|
|
'(tab-bar-mode t))
|
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.
|
2020-05-23 13:28:13 +02:00
|
|
|
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
2020-07-05 21:11:51 +02:00
|
|
|
'(highlight-indentation-face ((t (:inherit hl-line))))
|
2020-07-24 07:39:14 +02:00
|
|
|
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))
|