From e92017ff0dc26fb408eb8f525a8368b10e1599b8 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 22 Apr 2021 01:54:07 +0000
Subject: [PATCH] disabled clang-format as enables for all modes and causes problems
---
config.org | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.org b/config.org
index e1c2237..d32c055 100644
--- a/config.org
+++ b/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")
--
Gitblit v1.10.0