[emacs] Straight

This commit is contained in:
John Doty 2026-01-02 08:04:49 -08:00
parent d77b353bdd
commit 7b86c88080
2 changed files with 179 additions and 171 deletions

View file

@ -106,6 +106,7 @@
'(sentence-end-double-space nil)
'(show-paren-mode t)
'(show-paren-style 'parenthesis)
'(straight-use-package-by-default t)
'(tab-width 4)
'(tags-revert-without-query t)
'(tramp-completion-reread-directory-timeout nil)
@ -127,4 +128,4 @@
;; 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.
)
'(font-lock-keyword-face ((t (:slant italic)))))