diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-06-28 03:20:45 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-06-28 03:20:45 (GMT) |
| commit | 7c9f8477818a1690fdc3cea5f7a8fe4807bf844b (patch) | |
| tree | d66fe47673c1fdf2f75bef5c5118a96e6d9841da | |
| parent | 79bdcd9bda920233b9037696faffab50477c759d (diff) | |
| download | dotemacs-7c9f8477818a1690fdc3cea5f7a8fe4807bf844b.zip dotemacs-7c9f8477818a1690fdc3cea5f7a8fe4807bf844b.tar.gz dotemacs-7c9f8477818a1690fdc3cea5f7a8fe4807bf844b.tar.bz2 | |
Will let emacs format code, thank you
| -rw-r--r-- | lisp/ravi-init-cpp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ravi-init-cpp.el b/lisp/ravi-init-cpp.el index a61a250..5e3cfb1 100644 --- a/lisp/ravi-init-cpp.el +++ b/lisp/ravi-init-cpp.el @@ -162,6 +162,7 @@ (c-toggle-electric-state 1) (c-toggle-auto-newline 1) (c-toggle-hungry-state 1) + (setq-local lsp-enable-on-type-formatting nil) (c-set-style "stroustrup") (setq c-basic-offset 2) |
