~northyear/dotemacs

chore: add `lsp-bridge` to .gitignore

The `lsp-bridge` directory is designated for packages that demand
complex installation procedures when using `straight`. For these
packages, manual installation proves easier. This includes
`lsp-bridge`, `eaf`, and various other packages in the "lazycat"
style.
chore(straight): update lockfile.
refactor(minuet): rename varibles.
clean up code.
fix(minuet): escape `%` in comment-start.
feat(edit-src): extract `edit-src` more general to edit text of any mode.
fix(edit-src): fix pattern for matching sql.
fix(minuet): cover all scenarios for callback.
chore(straight): use `dape` spec from elpa.
doc: update README.
hack(ui): disable `menu-bar-mode` more gracefully.
feat(REPL): add generated command to hide the REPL window in the macro.
config(notmuch): udpate fold keymaps.
fix(notmuch): add missing spec.
feat(minuet): impl context based filtering to avoid repeated text.
refactor: extract function to remove leading and trailing spaces in completion text.
chore(minuet): fix dependency requirement.
config(treesit): set font lock level to 4 (more highlight).
fix(treesit): pin cpp parser version.
refactor(treesit): simplify `treesit-language-source-alist`.
Next