Map local leader key to ,

This commit is contained in:
coolneng 2020-07-10 00:02:43 +02:00
parent b8aec662cf
commit 3c5aa45749
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -55,3 +55,5 @@
(after! lsp-python-ms
(set-lsp-priority! 'mspyls 1))
(setq lsp-python-ms-executable (executable-find "python-language-server"))
;; Map leader key for major mode to ,
(setq doom-localleader-key ",")