82 lines
3.8 KiB
EmacsLisp
82 lines
3.8 KiB
EmacsLisp
(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.
|
|
'(Info-additional-directory-list '("~/Documents/info/"))
|
|
'(Info-default-directory-list '("/usr/share/info/"))
|
|
'(TeX-engine 'xetex)
|
|
'(ansi-color-faces-vector
|
|
[default default default italic underline success warning error])
|
|
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
|
'(bookmark-default-file "~/Documents/bookmarks.el")
|
|
'(custom-enabled-themes '(doom-one))
|
|
'(custom-safe-themes
|
|
'("0325a6b5eea7e5febae709dab35ec8648908af12cf2d2b569bedc8da0a3a81c1" "88f7ee5594021c60a4a6a1c275614103de8c1435d6d08cc58882f920e0cec65e" "34cf3305b35e3a8132a0b1bdf2c67623bc2cb05b125f8d7d26bd51fd16d547ec" default))
|
|
'(delete-selection-mode nil)
|
|
'(diary-file "~/Documents/org/diary")
|
|
'(display-time-mail-string "")
|
|
'(gnus-init-file "~/.emacs.d/.gnus.el")
|
|
'(hl-paren-colors '("#B9F" "#B8D" "#B7B" "#B69" "#B57" "#B45" "#B33" "#B11"))
|
|
'(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")))
|
|
'(ignored-local-variable-values
|
|
'((Package . FIVEAM)
|
|
(Syntax . Ansi-Common-Lisp)
|
|
(Package . JSON)
|
|
(Syntax . ANSI-COMMON-LISP)
|
|
(Package . CL-PPCRE)
|
|
(Package . CL-USER)
|
|
(Base . 10)
|
|
(Package . HUNCHENTOOT)
|
|
(Syntax . COMMON-LISP)))
|
|
'(inferior-lisp-program "/usr/bin/sbcl --noinform" t)
|
|
'(initial-buffer-choice "~/Documents/org/agenda/tasks.org")
|
|
'(initial-frame-alist '((fullscreen . maximized) (undecorated . t)))
|
|
'(line-spacing nil)
|
|
'(message-user-organization "")
|
|
'(org-agenda-files '("~/Documents/org/agenda/"))
|
|
'(org-babel-python-command "python3")
|
|
'(org-directory "~/Documents/org/")
|
|
'(org-modules
|
|
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
|
|
'(org-roam-directory "~/Documents/org")
|
|
'(package-enable-at-startup t)
|
|
'(package-selected-packages
|
|
'(slime-company slime auctex kotlin-mode company-terraform org-roam-ui geiser-chez cider all-the-icons geiser-guile geiser 0blayout go-translate paredit auto-complete terraform-mode mu4e wallabag anki calibredb dockerfile-mode docker erc-image erc-hl-nicks journalctl-mode gnuplot yaml-mode which-key web-mode vertico use-package typescript-mode ts ssh-config-mode spotify simple-httpd shrface rainbow-delimiters plantuml-mode ox-rss ox-reveal org-web-tools org-tree-slide org-roam olivetti ob-restclient ob-http ob-go nov nim-mode nginx-mode mastodon markdown-mode magit keepass-mode json-navigator js2-mode jq-format jabber hyperbole htmlize helpful gptel go-mode flymake-json emojify elfeed eglot doom-modeline dashboard csv-mode common-lisp-snippets auto-dim-other-buffers all-the-icons-dired ace-window))
|
|
'(scroll-bar-mode nil)
|
|
'(scroll-step 5)
|
|
'(tab-width 4)
|
|
'(tetris-x-colors
|
|
[[229 192 123]
|
|
[97 175 239]
|
|
[209 154 102]
|
|
[224 108 117]
|
|
[152 195 121]
|
|
[198 120 221]
|
|
[86 182 194]])
|
|
'(timeclock-file "~/Documents/org/timelog")
|
|
'(user-mail-address "marcus.kammer@mailbox.org")
|
|
'(warning-suppress-log-types '((comp))))
|
|
(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.
|
|
'(shortdoc-heading ((t (:weight bold :height 1.3))))
|
|
'(shortdoc-section ((t nil)))
|
|
'(variable-pitch ((t (:weight normal :height 1.2 :family "Liberation Serif")))))
|