Update gnu custom file
This commit is contained in:
parent
14beefc5a5
commit
5880389323
1 changed files with 7 additions and 3 deletions
|
@ -35,7 +35,11 @@
|
||||||
("XXX+" . "#dc752f")
|
("XXX+" . "#dc752f")
|
||||||
("\\?\\?\\?+" . "#dc752f")))
|
("\\?\\?\\?+" . "#dc752f")))
|
||||||
'(ignored-local-variable-values
|
'(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)
|
(Package . CL-USER)
|
||||||
(Base . 10)
|
(Base . 10)
|
||||||
(Package . HUNCHENTOOT)
|
(Package . HUNCHENTOOT)
|
||||||
|
@ -53,7 +57,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
|
||||||
'(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-bar-mode nil)
|
||||||
'(scroll-step 5)
|
'(scroll-step 5)
|
||||||
'(tab-width 4)
|
'(tab-width 4)
|
||||||
|
@ -75,4 +79,4 @@
|
||||||
;; 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-heading ((t (:weight bold :height 1.3))))
|
||||||
'(shortdoc-section ((t nil)))
|
'(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")))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue