summary refs log tree commit diff
path: root/emacs.d/modules/module-c.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-06-29 14:49:44 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-06-29 14:50:43 -0700
commitc0368d8e65fd15a1f48de6a01adcb8ec786a72a0 (patch)
treec1dc339235ff11476bec01c36b57bd158314fa6a /emacs.d/modules/module-c.el
parent[emacs] Move back some configs to init.el (diff)
downloademacs.d-c0368d8e65fd15a1f48de6a01adcb8ec786a72a0.tar.gz
[emacs] Massive rewrite
Diffstat (limited to 'emacs.d/modules/module-c.el')
-rw-r--r--emacs.d/modules/module-c.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/modules/module-c.el b/emacs.d/modules/module-c.el
deleted file mode 100644
index e1e848c..0000000
--- a/emacs.d/modules/module-c.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(use-package google-c-style
-  :commands
-  (google-set-c-style))
-
-(provide 'module-c)