diff options
Diffstat (limited to 'emacs.d/modules/module-c.el')
-rw-r--r-- | emacs.d/modules/module-c.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs.d/modules/module-c.el b/emacs.d/modules/module-c.el index f21cc30..e1e848c 100644 --- a/emacs.d/modules/module-c.el +++ b/emacs.d/modules/module-c.el @@ -1,5 +1,3 @@ -(require 'config-package) - (use-package google-c-style :commands (google-set-c-style)) |