Remove BSD specific config and make HEEx formatter work
Some checks failed
/ Test config on 20 (push) Failing after 46s
Some checks failed
/ Test config on 20 (push) Failing after 46s
This commit is contained in:
parent
67066dee3d
commit
ea0e8706f2
8 changed files with 203 additions and 208 deletions
|
|
@ -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)]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue