Emacs changes

This commit is contained in:
Charlotte Van Petegem 2021-09-21 15:11:16 +02:00
parent 23306e0379
commit 952b443d10
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 12 additions and 10 deletions

View file

@ -18,7 +18,6 @@
''
;; Editorconfig
(use-package editorconfig
:defer t
:diminish (editorconfig-mode)
:custom (editorconfig-get-properties-function 'editorconfig-get-properties)
:config (editorconfig-mode 1)
@ -28,6 +27,10 @@
(use-package lsp-mode
:commands (lsp lsp-deferred)
:config (lsp-enable-which-key-integration t)
:general
(lmap lsp-mode-map
"SPC" '(:keymap lsp-command-map)
)
)
;; Markdown syntax support