emacs.d/bundle/custom_gnu.el

83 lines
4.6 KiB
EmacsLisp
Raw Normal View History

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/"))
2024-12-16 09:40:03 +01: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")))
2024-11-11 07:37:10 +01:00
'(bookmark-default-file "~/Documents/bookmarks.el")
2025-02-19 21:41:10 +01:00
'(custom-enabled-themes '(doom-spacegrey))
2024-01-14 15:10:21 +01:00
'(custom-safe-themes
2025-02-19 21:41:10 +01:00
'("1f292969fc19ba45fbc6542ed54e58ab5ad3dbe41b70d8cb2d1f85c22d07e518" "e8ceeba381ba723b59a9abc4961f41583112fc7dc0e886d9fc36fa1dc37b4079" "0c83e0b50946e39e237769ad368a08f2cd1c854ccbcd1a01d39fdce4d6f86478" "f64189544da6f16bab285747d04a92bd57c7e7813d8c24c30f382f087d460a33" "7c28419e963b04bf7ad14f3d8f6655c078de75e4944843ef9522dbecfcd8717d" "5c7720c63b729140ed88cf35413f36c728ab7c70f8cd8422d9ee1cedeb618de5" "9e36779f5244f7d715d206158a3dade839d4ccb17f6a2f0108bf8d476160a221" "02d422e5b99f54bd4516d4157060b874d14552fe613ea7047c4a5cfa1288cf4f" "a9eeab09d61fef94084a95f82557e147d9630fbbb82a837f971f83e66e21e5ad" "0d2c5679b6d087686dcfd4d7e57ed8e8aedcccc7f1a478cd69704c02e4ee36fe" "77fff78cc13a2ff41ad0a8ba2f09e8efd3c7e16be20725606c095f9a19c24d3d" "0325a6b5eea7e5febae709dab35ec8648908af12cf2d2b569bedc8da0a3a81c1" "88f7ee5594021c60a4a6a1c275614103de8c1435d6d08cc58882f920e0cec65e" "34cf3305b35e3a8132a0b1bdf2c67623bc2cb05b125f8d7d26bd51fd16d547ec" default))
2020-05-16 12:39:17 +02:00
'(delete-selection-mode nil)
2023-02-06 22:19:23 +01:00
'(diary-file "~/Documents/org/diary")
2023-12-30 17:55:34 +01:00
'(display-time-mail-string "")
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")
2023-12-02 14:53:44 +01:00
("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")))
2024-09-22 14:38:53 +02:00
'(ignored-local-variable-values
2025-01-07 22:42:15 +01:00
'((Package . FIVEAM)
(Syntax . Ansi-Common-Lisp)
(Package . JSON)
(Syntax . ANSI-COMMON-LISP)
(Package . CL-PPCRE)
2024-12-09 19:13:16 +01:00
(Package . CL-USER)
(Base . 10)
2024-09-22 14:38:53 +02:00
(Package . HUNCHENTOOT)
(Syntax . COMMON-LISP)))
2022-11-20 10:33:57 +01:00
'(inferior-lisp-program "/usr/bin/sbcl --noinform" t)
2023-02-06 19:05:01 +01:00
'(initial-buffer-choice "~/Documents/org/agenda/tasks.org")
2022-10-23 19:11:12 +02:00
'(initial-frame-alist '((fullscreen . maximized) (undecorated . t)))
2023-08-11 08:31:41 +02:00
'(line-spacing nil)
2022-09-03 11:39:33 +02:00
'(message-user-organization "")
'(org-agenda-files '("~/Documents/org/agenda/"))
2021-12-11 09:47:54 +01:00
'(org-babel-python-command "python3")
2023-02-06 19:05:01 +01:00
'(org-directory "~/Documents/org/")
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))
2023-02-06 22:19:23 +01:00
'(org-roam-directory "~/Documents/org")
2020-05-16 12:39:17 +02:00
'(package-enable-at-startup t)
'(package-selected-packages
2025-01-29 13:52:00 +01:00
'(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))
2021-01-10 10:14:05 +01:00
'(scroll-bar-mode nil)
2021-06-03 13:48:19 +02:00
'(scroll-step 5)
2023-11-09 08:09:19 +01:00
'(tab-width 4)
2021-04-12 07:57:25 +02:00
'(tetris-x-colors
[[229 192 123]
2023-12-02 14:53:44 +01:00
[97 175 239]
[209 154 102]
[224 108 117]
[152 195 121]
[198 120 221]
[86 182 194]])
2023-02-06 22:19:23 +01:00
'(timeclock-file "~/Documents/org/timelog")
2022-04-16 09:10:46 +02:00
'(user-mail-address "marcus.kammer@mailbox.org")
'(warning-suppress-log-types '((comp))))
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.
2024-12-09 19:13:16 +01:00
'(shortdoc-heading ((t (:weight bold :height 1.3))))
'(shortdoc-section ((t nil)))
2025-01-07 22:42:15 +01:00
'(variable-pitch ((t (:weight normal :height 1.2 :family "Liberation Serif")))))