summaryrefslogtreecommitdiffstats
path: root/emacs.d/10-modules.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-04-15 09:48:38 +0200
committerGravatar Tom Willemsen2011-04-15 09:48:38 +0200
commit9420f67c17e28249e5c1a0a39c85833fdb1ccd8d (patch)
treeeef2c67b9020c684c53282b88cb14d26bd3c6906 /emacs.d/10-modules.el
parentf2a0e6c81128e5892fa81e1e26677ae41e41e0d5 (diff)
downloaddotfiles-9420f67c17e28249e5c1a0a39c85833fdb1ccd8d.tar.gz
dotfiles-9420f67c17e28249e5c1a0a39c85833fdb1ccd8d.zip
Changed load-dir to d-dir, autopair, no comments
* Changed the load-dir variable in .emacs to d-dir (from emacs._d_). Using the same variable as emacs didn't seem like a good idea to me. * Moved autopair settings from 10-modules and 10-settings to 20-autopair * Removed the folding-mode comments from load files.
Diffstat (limited to 'emacs.d/10-modules.el')
-rw-r--r--emacs.d/10-modules.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/emacs.d/10-modules.el b/emacs.d/10-modules.el
index 0546dcb..18731d7 100644
--- a/emacs.d/10-modules.el
+++ b/emacs.d/10-modules.el
@@ -1,8 +1,5 @@
-;;{{{ Requires
(require 'naquadah-theme)
-(require 'autopair)
-;;}}}
-;;{{{ Auto loads
+
(autoload 'vala-mode "vala-mode"
"A Major mode for editing Vala files" t)
(autoload 'csharp-mode "csharp-mode"
@@ -19,4 +16,3 @@
"A Major mode for editing PHP files" t)
(autoload 'graphviz-dot-mode "graphviz-dot-mode"
"A Major mode for editing graphviz dot files" t)
-;;}}}