Update gnu customfile

This commit is contained in:
Marcus Kammer 2024-12-09 19:13:16 +01:00
parent 88a7a5dc58
commit 8e99a0ca22

View file

@ -35,7 +35,9 @@
("XXX+" . "#dc752f") ("XXX+" . "#dc752f")
("\\?\\?\\?+" . "#dc752f"))) ("\\?\\?\\?+" . "#dc752f")))
'(ignored-local-variable-values '(ignored-local-variable-values
'((Base . 10) '((Package . CL-PPCRE)
(Package . CL-USER)
(Base . 10)
(Package . HUNCHENTOOT) (Package . HUNCHENTOOT)
(Syntax . COMMON-LISP))) (Syntax . COMMON-LISP)))
'(inferior-lisp-program "/usr/bin/sbcl --noinform" t) '(inferior-lisp-program "/usr/bin/sbcl --noinform" t)
@ -51,7 +53,7 @@
'(org-roam-directory "~/Documents/org") '(org-roam-directory "~/Documents/org")
'(package-enable-at-startup t) '(package-enable-at-startup t)
'(package-selected-packages '(package-selected-packages
'(company-quickhelp company-terraform company-shell org-roam-ui geiser-chez cider slime-company all-the-icons geiser-guile geiser 0blayout go-translate paredit ac-slime 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 slime 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-themes doom-modeline dashboard csv-mode common-lisp-snippets auto-dim-other-buffers all-the-icons-dired ace-window)) '(ligature kotlin-mode company-terraform org-roam-ui geiser-chez cider slime-company all-the-icons geiser-guile geiser 0blayout go-translate paredit ac-slime 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 slime 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-themes doom-modeline dashboard csv-mode common-lisp-snippets auto-dim-other-buffers all-the-icons-dired ace-window))
'(scroll-bar-mode nil) '(scroll-bar-mode nil)
'(scroll-step 5) '(scroll-step 5)
'(tab-width 4) '(tab-width 4)
@ -71,4 +73,6 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; 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 (:height 1.1 :family "Bitter Pro"))))) '(variable-pitch ((t (:height 1.1 :family "Bitter Pro")))))