Home Gen28 @ 2025-06-25-15:23 by jroeger@T14-OE130-7-ubuntu

This commit is contained in:
Jonas Röger
2025-06-25 15:24:06 +02:00
parent 579c8ea37a
commit b7f19ae61a
2 changed files with 9 additions and 0 deletions

View File

@@ -244,6 +244,8 @@
(bash-ts-mode . lsp-deferred)
(json-ts-mode . lsp-deferred)))
(setq auto-mode-alist (cons '("\\.smt$" . smtlib-mode) auto-mode-alist))
(autoload 'smtlib-mode "smtlib" "Major mode for SMTLIB" t)
(let ((config-dir (expand-file-name "config.d" doom-user-dir)))
(when (file-directory-p config-dir)