From 9420f67c17e28249e5c1a0a39c85833fdb1ccd8d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 15 Apr 2011 09:48:38 +0200 Subject: 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. --- emacs.d/10-modules.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'emacs.d/10-modules.el') 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) -;;}}} -- cgit v1.2.3-54-g00ecf