Remove BSD specific config and make HEEx formatter work
Some checks failed
/ Test config on 20 (push) Failing after 46s

This commit is contained in:
Maciej 2025-01-28 08:11:57 +02:00
parent 67066dee3d
commit ea0e8706f2
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
8 changed files with 203 additions and 208 deletions

View file

@ -101,6 +101,7 @@
("r" "Reload buffer" icejam-revert-buffer-no-confirm)
("e" "Show errors" flymake-show-buffer-diagnostics)
("f" "Format buffer with apheleia formatter" apheleia-format-buffer)
;; This only appears for emacs-lisp-mode
("d" "Explain thing at point" helpful-at-point :if-mode emacs-lisp-mode)
@ -108,8 +109,6 @@
;; These only appear for LSP mode
("m" "LSP iMenu" lsp-ui-imenu
:if (lambda () (bound-and-true-p lsp-mode)))
("f" "Format buffer with LSP formatter" lsp-format-buffer
:if (lambda () (bound-and-true-p lsp-mode)))
;; Finally, quit.
("q" "Quit" keyboard-quit)]])