diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 880fcebe..3e970fb8 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -17,20 +17,20 @@ '(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"))) + ("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"))) '(inferior-lisp-program "/usr/bin/sbcl --noinform" t) '(initial-buffer-choice "~/Documents/org/agenda/tasks.org") '(initial-frame-alist '((fullscreen . maximized) (undecorated . t))) @@ -45,7 +45,7 @@ '(org-roam-directory "~/Documents/org") '(package-enable-at-startup t) '(package-selected-packages - '(dashboard nginx-mode ssh-config-mode ob-restclient restclient which-key auctex js2-mode gptel ob-http geiser-guile geiser-racket geiser typescript-mode yaml-mode shrface plantuml-mode htmlize nim-mode hyperbole ox-rss keepass-mode jabber ox-pandoc mastodon w3m spotify cider clojure-mode mpv markdown-mode csv-mode ox-reveal ob-go org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov vertico emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package)) + '(jq-format gptel dashboard nginx-mode ssh-config-mode ob-restclient restclient which-key auctex js2-mode ob-http geiser-guile geiser-racket geiser typescript-mode yaml-mode shrface plantuml-mode htmlize nim-mode hyperbole ox-rss keepass-mode jabber ox-pandoc mastodon w3m spotify cider clojure-mode mpv markdown-mode csv-mode ox-reveal ob-go org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov vertico emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package)) '(python-shell-interpreter "ipython") '(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True") '(scroll-bar-mode nil) @@ -53,12 +53,12 @@ '(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]]) + [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))))