emacs changes

auto-flake-update
Yorick van Pelt 2022-07-06 09:24:22 +02:00
parent dfbfab5102
commit 8b1c46928a
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
3 changed files with 15 additions and 1 deletions

View File

@ -13,7 +13,9 @@
(:name "all mail" :query "*" :key "a")
(:name "inbox" :query "tag:inbox")))
'(safe-local-variable-values
'((c-block-comment-prefix . " ")
'((flycheck-gcc-language-standard . "c++11")
(flycheck-clang-language-standard . "c++11")
(c-block-comment-prefix . " ")
(eval c-set-offset 'inlambda 0)
(eval c-set-offset 'arglist-cont-nonempty
'(c-lineup-gcc-asm-reg c-lineup-arglist))

View File

@ -541,6 +541,12 @@ from [[https://www.emacswiki.org/emacs/BackupDirectory][emacs wiki]]
*** TODO spellchecking
*** TODO disable linum on org mode
*** TODO use org-cliplink
** lua
#+BEGIN_SRC emacs-lisp
(use-package lua-mode
:commands (lua-mode)
:mode (("\\.lua\\'" . lua-mode)))
#+END_SRC
** nix
#+BEGIN_SRC emacs-lisp

View File

@ -14,6 +14,8 @@ in {
counsel-projectile
diminish
direnv
dune
tuareg
elixir-mode
evil
evil-leader
@ -28,13 +30,16 @@ in {
htmlize
ivy
ivy-hydra
lua-mode
linum-relative
lsp-haskell
lsp-ivy
lsp-mode
lsp-ui
lsp-treemacs
magit
markdown-mode
neotree
nix-buffer
nix-mode
org-bullets
@ -47,6 +52,7 @@ in {
solarized-theme
swiper
terraform-mode
treemacs
use-package
vue-mode
weechat