diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-12 20:58:37 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-12 20:58:37 -0800 |
commit | 5f2b301a8df5410962519d2b7e9a977b03e75977 (patch) | |
tree | da73920a1109c0820cdf3a3e2902087c95f3b3a7 /emacs.d/modes/lang-c.el | |
parent | [emacs] Move some packages to a new config file. (diff) | |
download | emacs.d-5f2b301a8df5410962519d2b7e9a977b03e75977.tar.gz |
[emacs] Split the config into 'core' and 'modes'.
Separate the modules that are 'core' (e.g.: related to editing, manipulating text, and so on) and the 'modes' (e.g.: related to syntax, langage support, etc).
Diffstat (limited to '')
-rw-r--r-- | emacs.d/modes/lang-c.el (renamed from emacs.d/inits/90_lang-c.el) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/inits/90_lang-c.el b/emacs.d/modes/lang-c.el index bd4cc7f..9b4f357 100644 --- a/emacs.d/inits/90_lang-c.el +++ b/emacs.d/modes/lang-c.el @@ -4,3 +4,5 @@ :config (progn (setq c-basic-offset 2))) + +(provide 'lang-c) |