diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-24 23:25:51 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-24 23:25:51 +0100 |
commit | 868604c4f316df1ca0c8f6637659365f18e80ba3 (patch) | |
tree | a5b1c32bce243e60187c270bdbf7f39e5c645383 | |
parent | e037e4b89b2bfd42d0bb38e8a2360fd8c20cc688 (diff) | |
download | dotfiles-868604c4f316df1ca0c8f6637659365f18e80ba3.tar.gz dotfiles-868604c4f316df1ca0c8f6637659365f18e80ba3.tar.bz2 dotfiles-868604c4f316df1ca0c8f6637659365f18e80ba3.zip |
-c-set-style reference; it's already set in init
-rw-r--r-- | doom.d/config.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index eb69a70..62b7af6 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -221,8 +221,7 @@ Download JSON easily and be able to get responses quickly. #+BEGIN_SRC emacs-lisp (after! c-mode c++-mode (add-hook! 'c-mode-hook '(lambda () - (setq c-basic-offset 2) - (c-set-style "linux")))) + (setq c-basic-offset 2)))) #+END_SRC *** C# #+BEGIN_SRC emacs-lisp |