[emacs] custom

This commit is contained in:
John Doty 2025-12-24 06:53:21 -08:00
parent 3855359104
commit f86376b8ad

View file

@ -77,13 +77,13 @@
js2-mode js2-refactor json-mode jsonnet-mode lsp-hack js2-mode js2-refactor json-mode jsonnet-mode lsp-hack
lsp-pyright lsp-ui lua-mode magit markdown-mode merlin lsp-pyright lsp-ui lua-mode magit markdown-mode merlin
mocha modus-themes monky monokai-theme multi-term mocha modus-themes monky monokai-theme multi-term
mustache-mode nyan-mode paredit popup prettier-js mustache-mode nyan-mode paredit poly-markdown popup
projectile protobuf-mode python-mode request rjsx-mode prettier-js projectile protobuf-mode python-mode request
ruby-mode rust-mode scala-ts-mode simple-httpd sql-indent rjsx-mode ruby-mode rust-mode scala-ts-mode simple-httpd
swift-mode switch-window terraform-mode thrift tide sql-indent swift-mode switch-window terraform-mode thrift
tree-sitter tss tuareg typescript-mode use-package uuidgen tide tree-sitter tss tuareg typescript-mode use-package
vterm web-mode wgrep wgsl-mode xref-js2 xterm-color uuidgen vterm web-mode wgrep wgsl-mode xref-js2
yaml-mode zig-mode)) xterm-color yaml-mode zig-mode))
'(reb-re-syntax 'string) '(reb-re-syntax 'string)
'(rmail-mail-new-frame t) '(rmail-mail-new-frame t)
'(safe-local-variable-directories '("/home/john.doty/universe/")) '(safe-local-variable-directories '("/home/john.doty/universe/"))
@ -127,4 +127,4 @@
;; 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.
'(font-lock-keyword-face ((t (:slant italic))))) )