feat(emacs): qbe

This commit is contained in:
2026-04-23 07:37:49 -06:00
parent 148e9019f4
commit 087d5efaaf
2 changed files with 15 additions and 1 deletions

View File

@@ -69,4 +69,6 @@
syd/lsp
syd/custom
syd/transient
syd/bookmark))
syd/bookmark
syd/haskell
syd/qbe))

View File

@@ -0,0 +1,12 @@
;; -*- lexical-binding: t; -*-
(require 'syd/base)
(use-package qbe-mode
:mode "\\.qbe\\'"
:straight (:type git
:host github
:repo "mbknust/qbe-mode")
:config
(add-hook 'qbe-mode-hook #'indent-tabs-mode))
(provide 'syd/qbe)