font sizing

This commit is contained in:
2026-04-02 17:07:51 -07:00
parent c63ad89bfc
commit eb4c15be67
2 changed files with 13 additions and 8 deletions

2
.gitignore vendored
View File

@@ -17,3 +17,5 @@ auto-save-list
/eln-cache/ /eln-cache/
/elpa/ /elpa/
/tramp /tramp
/.cache/
/bookmarks

19
init.el
View File

@@ -212,7 +212,7 @@ present on disk."
(cache-path ".lsp-session-v1")) (cache-path ".lsp-session-v1"))
(setq projectile-project-search-path (setq projectile-project-search-path
(localize-and-filter (localize-and-filter
'("src" "sites" "data/sites" ".emacs.d" '("src" "sites" "data/sites" ".emacs.d" "src/metacircular"
;; Code is used at work for work-related codes. ;; Code is used at work for work-related codes.
"Code" "code"))) "Code" "code")))
(keymap-set projectile-mode-map (keymap-set projectile-mode-map
@@ -349,13 +349,14 @@ present on disk."
'(org-html-mathjax-template '(org-html-mathjax-template
"<script>\12 window.MathJax = {\12 loader: {load: ['[tex]/physics']},\12 tex: {\12 ams: {\12 multlineWidth: '%MULTLINEWIDTH'\12 },\12 packages: {'[+]': ['physics']},\12 tags: '%TAGS',\12 tagSide: '%TAGSIDE',\12 tagIndent: '%TAGINDENT'\12 },\12 chtml: {\12 scale: %SCALE,\12 displayAlign: '%ALIGN',\12 displayIndent: '%INDENT'\12 },\12 svg: {\12 scale: %SCALE,\12 styles: {\12 color: \"#002266\",\12 },\12 displayAlign: '%ALIGN',\12 displayIndent: '%INDENT'\12 },\12 output: {\12 font: '%FONT',\12 displayOverflow: '%OVERFLOW'\12 }\12 };\12</script>\12\12<script\12 id=\"MathJax-script\"\12 async\12 src=\"/static/mathjax.js\">\12</script>") "<script>\12 window.MathJax = {\12 loader: {load: ['[tex]/physics']},\12 tex: {\12 ams: {\12 multlineWidth: '%MULTLINEWIDTH'\12 },\12 packages: {'[+]': ['physics']},\12 tags: '%TAGS',\12 tagSide: '%TAGSIDE',\12 tagIndent: '%TAGINDENT'\12 },\12 chtml: {\12 scale: %SCALE,\12 displayAlign: '%ALIGN',\12 displayIndent: '%INDENT'\12 },\12 svg: {\12 scale: %SCALE,\12 styles: {\12 color: \"#002266\",\12 },\12 displayAlign: '%ALIGN',\12 displayIndent: '%INDENT'\12 },\12 output: {\12 font: '%FONT',\12 displayOverflow: '%OVERFLOW'\12 }\12 };\12</script>\12\12<script\12 id=\"MathJax-script\"\12 async\12 src=\"/static/mathjax.js\">\12</script>")
'(package-selected-packages '(package-selected-packages
'(ag auto-complete bibclean-format bibretrieve c-eldoc claude-code '(ag ai-code auto-complete bibclean-format bibretrieve c-eldoc
claude-code-ide ebib ellama elpy exec-path-from-shell geiser claude-code claude-code-ide ebib ellama elpy
go-mode gruvbox-theme gscholar-bibtex keychain-environment exec-path-from-shell geiser go-mode gruvbox-theme
lua-mode luarocks magit markdown-mode mwim nix-mode gscholar-bibtex keychain-environment lua-mode luarocks magit
nix-modeline nix-ts-mode nixos-options org-journal org-ref markdown-mode mwim nix-mode nix-modeline nix-ts-mode
org-roam paradox paredit pelican-mode projectile racket-mode nixos-options org-journal org-ref org-roam paradox paredit
scpaste simple-httpd slime undo-tree xcscope yaml-mode)) pelican-mode projectile racket-mode scpaste simple-httpd slime
undo-tree xcscope yaml-mode))
'(package-vc-selected-packages '(package-vc-selected-packages
'((claude-code-ide :url '((claude-code-ide :url
"https://github.com/manzaltu/claude-code-ide.el"))) "https://github.com/manzaltu/claude-code-ide.el")))
@@ -397,6 +398,8 @@ present on disk."
"imladris" 18 ;; 14" X1 carbon "imladris" 18 ;; 14" X1 carbon
"hosaka" 18 ;; uConsole (1280x720) "hosaka" 18 ;; uConsole (1280x720)
"GEIMACFHPL9CRFG9" 18 ;; work machine "GEIMACFHPL9CRFG9" 18 ;; work machine
"straylight" 14 ;;
"vade" 14 ;; thinking machine
))) )))
;;; font sizing bar ;;; font sizing bar
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;