feat[lsp]: Disabled lsp indentation settings
This commit is contained in:
parent
68bad990c0
commit
a0aff6ce84
@ -333,11 +333,11 @@ If nil it defaults to `split-string-default-separators', normally
|
||||
(setq org-log-done 'time)
|
||||
(after! org-mode
|
||||
(setq org-log-done 'time)
|
||||
(setq org-archive-location "~/org/archive.org")
|
||||
(add-to-list 'org-tags-exclude-from-inheritance "hastodos")
|
||||
(setq org-hide-emphasis-markers nil))
|
||||
(setq org-directory "~/org/")
|
||||
(setq org-roam-directory org-directory)
|
||||
|
||||
#+end_src
|
||||
|
||||
** Appearances
|
||||
@ -466,6 +466,11 @@ I need to make sure some different files work with
|
||||
(add-to-list 'editorconfig-mode-alist
|
||||
'(cpp-mode . "cpp")))
|
||||
#+end_src
|
||||
** LSP
|
||||
In order for editorconfig to do its thing, indentation by the lsp must be disabled.
|
||||
#+begin_src emacs-lisp
|
||||
(setq lsp-enable-indentation nil)
|
||||
#+end_src emacs-lisp
|
||||
|
||||
|
||||
* Website
|
||||
|
Loading…
Reference in New Issue
Block a user