From 5880389323df6c3b1a379d048bfb5e8ffe5ecd95 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 7 Jan 2025 22:42:15 +0100 Subject: [PATCH] Update gnu custom file --- bundle/custom_gnu.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 7a8015be..057f92ae 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -35,7 +35,11 @@ ("XXX+" . "#dc752f") ("\\?\\?\\?+" . "#dc752f"))) '(ignored-local-variable-values - '((Package . CL-PPCRE) + '((Package . FIVEAM) + (Syntax . Ansi-Common-Lisp) + (Package . JSON) + (Syntax . ANSI-COMMON-LISP) + (Package . CL-PPCRE) (Package . CL-USER) (Base . 10) (Package . HUNCHENTOOT) @@ -53,7 +57,7 @@ '(org-roam-directory "~/Documents/org") '(package-enable-at-startup t) '(package-selected-packages - '(auctex 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)) + '(slime-company slime auctex ligature 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-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) @@ -75,4 +79,4 @@ ;; 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 (:weight light :height 1.1 :family "Noto Serif"))))) + '(variable-pitch ((t (:weight normal :height 1.2 :family "Liberation Serif")))))