diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index d6678bb8..682c9791 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -35,7 +35,9 @@ ("XXX+" . "#dc752f") ("\\?\\?\\?+" . "#dc752f"))) '(ignored-local-variable-values - '((Base . 10) + '((Package . CL-PPCRE) + (Package . CL-USER) + (Base . 10) (Package . HUNCHENTOOT) (Syntax . COMMON-LISP))) '(inferior-lisp-program "/usr/bin/sbcl --noinform" t) @@ -51,7 +53,7 @@ '(org-roam-directory "~/Documents/org") '(package-enable-at-startup t) '(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-step 5) '(tab-width 4) @@ -71,4 +73,6 @@ ;; 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 (:height 1.1 :family "Bitter Pro")))))