some emacs tweaks

master
Yorick van Pelt 2023-12-20 11:22:21 +01:00
parent 1a7ceebcdd
commit b5d30b39fd
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
2 changed files with 9 additions and 1 deletions

View File

@ -13,7 +13,14 @@
(:name "all mail" :query "*" :key "a")
(:name "inbox" :query "tag:inbox")))
'(safe-local-variable-values
'((flycheck-gcc-language-standard . "c++11")
'((transient-values
(magit-commit "--signoff"))
(magit-status-mode
(transient-values
(magit-commit "--signoff")))
(magit-commit-signoff quote t)
(magit-commit-signoff 't)
(flycheck-gcc-language-standard . "c++11")
(flycheck-clang-language-standard . "c++11")
(c-block-comment-prefix . " ")
(eval c-set-offset 'inlambda 0)

View File

@ -63,6 +63,7 @@ in {
lua-mode
linum-relative
lsp-haskell
lsp-pyright
lsp-ivy
lsp-mode
lsp-ui