summary refs log tree commit diff
path: root/emacs.d/inits/90_lang-c.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/inits/90_lang-c.el')
-rw-r--r--emacs.d/inits/90_lang-c.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs.d/inits/90_lang-c.el b/emacs.d/inits/90_lang-c.el
deleted file mode 100644
index bd4cc7f..0000000
--- a/emacs.d/inits/90_lang-c.el
+++ /dev/null
@@ -1,6 +0,0 @@
-(use-package google-c-style
-  :ensure t
-  :defer t
-  :config
-  (progn
-    (setq c-basic-offset 2)))