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-04-20 18:42:10 +02:00
|
|
|
'(Info-additional-directory-list '("~/Documents/info/"))
|
|
|
|
'(Info-default-directory-list '("/usr/share/info/"))
|
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])
|
2020-08-21 07:36:27 +02:00
|
|
|
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
2021-05-14 11:56:53 +02:00
|
|
|
'(default-frame-alist
|
2021-07-04 10:11:53 +02:00
|
|
|
'((font . "Fira Code-11")
|
2021-05-14 11:56:53 +02:00
|
|
|
(width . 90)
|
|
|
|
(height . 64)
|
2021-07-15 07:54:04 +02:00
|
|
|
(alpha . 100)))
|
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")
|
2021-05-03 11:23:34 +02:00
|
|
|
'(doom-modeline-height 33)
|
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"))
|
2021-04-28 21:57:22 +02:00
|
|
|
'(hl-todo-keyword-faces
|
|
|
|
'(("TODO" . "#dc752f")
|
|
|
|
("NEXT" . "#dc752f")
|
|
|
|
("THEM" . "#2d9574")
|
|
|
|
("PROG" . "#4f97d7")
|
|
|
|
("OKAY" . "#4f97d7")
|
|
|
|
("DONT" . "#f2241f")
|
|
|
|
("FAIL" . "#f2241f")
|
|
|
|
("DONE" . "#86dc2f")
|
|
|
|
("NOTE" . "#b1951d")
|
|
|
|
("KLUDGE" . "#b1951d")
|
|
|
|
("HACK" . "#b1951d")
|
|
|
|
("TEMP" . "#b1951d")
|
|
|
|
("FIXME" . "#dc752f")
|
|
|
|
("XXX+" . "#dc752f")
|
|
|
|
("\\?\\?\\?+" . "#dc752f")))
|
2020-06-16 21:57:46 +02:00
|
|
|
'(initial-buffer-choice "~/Documents/journal/notes.org")
|
2021-05-03 11:23:34 +02:00
|
|
|
'(initial-frame-alist '((fullscreen . fullscreen)))
|
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-07-04 10:11:53 +02:00
|
|
|
'(plantuml-mode org-web-tools rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package))
|
2021-01-10 10:14:05 +01:00
|
|
|
'(scroll-bar-mode nil)
|
2021-06-03 13:48:19 +02:00
|
|
|
'(scroll-step 5)
|
2021-04-12 07:57:25 +02:00
|
|
|
'(tab-bar-mode nil)
|
|
|
|
'(tetris-x-colors
|
|
|
|
[[229 192 123]
|
|
|
|
[97 175 239]
|
|
|
|
[209 154 102]
|
|
|
|
[224 108 117]
|
|
|
|
[152 195 121]
|
|
|
|
[198 120 221]
|
2021-05-03 11:23:34 +02:00
|
|
|
[86 182 194]])
|
|
|
|
'(user-mail-address "marcus.kammer@mailbox.org"))
|
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-07-24 07:39:14 +02:00
|
|
|
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))
|