feat[lsp]: Disabled lsp indentation settings

This commit is contained in:
Judah Sotomayor 2023-11-30 11:46:30 -05:00
parent 68bad990c0
commit a0aff6ce84
Signed by: judahsotomayor
SSH Key Fingerprint: SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI

View File

@ -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