From 868604c4f316df1ca0c8f6637659365f18e80ba3 Mon Sep 17 00:00:00 2001 From: oreodave Date: Thu, 24 Oct 2019 23:25:51 +0100 Subject: -c-set-style reference; it's already set in init --- doom.d/config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doom.d') 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 -- cgit v1.2.3-13-gbd6f