emacs.d/bundle/custom_gnu.el

68 lines
3 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/"))
2023-09-18 17:06:28 +02:00
'(TeX-engine 'xetex t)
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")))
2023-10-02 16:41:36 +02:00
'(bookmark-default-file "~/bookmarks.el")
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")))
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
2024-01-02 17:33:49 +01:00
'(yaml-mode which-key web-mode vertico use-package typescript-mode ts ssh-config-mode spotify slime simple-httpd shrface rainbow-delimiters racket-mode 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-translate go-mode geiser-racket geiser-guile flymake-json emojify elfeed eglot doom-themes doom-modeline dashboard csv-mode common-lisp-snippets cider auto-dim-other-buffers auctex 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.
'(variable-pitch ((t (:weight normal :height 100 :family "Noto Sans")))))