mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2021-04-22 e92017ff0dc26fb408eb8f525a8368b10e1599b8
disabled clang-format as enables for all modes and causes problems
1 files modified
4 ■■■■ changed files
config.org 4 ●●●● patch | view | raw | blame | history
config.org
@@ -799,7 +799,7 @@
    (setq company-minimum-prefix-length 3))
#+END_SRC
** COMMENT LSP Mode
** LSP Mode
Use LSP for completion suggestions.
Causes too much memory usage, need to debug.
#+BEGIN_SRC emacs-lisp
@@ -987,7 +987,7 @@
                                     company-dabbrev-code
                                     company-irony)))
#+END_SRC
**** Clang-format
**** COMMENT Clang-format
Automatically format buffer on save.
#+BEGIN_SRC emacs-lisp
  (when (file-exists-p "/usr/share/clang/clang-format.el")