summaryrefslogtreecommitdiffstats
path: root/emacs.d/10-settings.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-settings.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-settings.el')
-rw-r--r--emacs.d/10-settings.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/10-settings.el b/emacs.d/10-settings.el
index 3de828e..cd17d9a 100644
--- a/emacs.d/10-settings.el
+++ b/emacs.d/10-settings.el
@@ -24,7 +24,6 @@
(global-font-lock-mode t) ; show syntax highlighting, old
(show-paren-mode t) ; show matching parens
(delete-selection-mode t) ; delete selection upon typing
-(autopair-global-mode)
;; Byte-compile elisp files on save
(add-hook 'before-save-hook 'delete-trailing-whitespace)