summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2014-04-14 20:25:04 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2014-04-14 20:25:04 +0200
commit77f576af6fa9670120a9ed957729ec739cae408c (patch)
tree7edc29ed21f800abf34f47fe3f6c26a373df556a
parent81ba56789b5f14ef5527749a1af10bd0020b0d3c (diff)
downloaddotfiles-77f576af6fa9670120a9ed957729ec739cae408c.tar.gz
dotfiles-77f576af6fa9670120a9ed957729ec739cae408c.tar.xz
dotfiles-77f576af6fa9670120a9ed957729ec739cae408c.zip
emacs: remove .templates from toplevel
-rw-r--r--emacs.d/init.el3
-rw-r--r--emacs.d/init.elcbin12393 -> 12492 bytes
-rw-r--r--symlink-mapping1
3 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 58bb2ab..b582bf7 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -199,7 +199,8 @@ If this is set during find-file, flyspell mode gets enabled automaticaly.")
;; keine Abfrage wenn ein template existiert
(when (require 'template nil 'noerror)
(setq template-auto-insert t
- template-message-prompt-format nil)
+ template-message-prompt-format nil
+ template-default-directories (list (expand-file-name "~/.emacs.d/templates/")))
(add-to-list 'template-find-file-commands 'ido-exit-minibuffer)
(template-initialize))
diff --git a/emacs.d/init.elc b/emacs.d/init.elc
index 9b47054..d33b1be 100644
--- a/emacs.d/init.elc
+++ b/emacs.d/init.elc
Binary files differ
diff --git a/symlink-mapping b/symlink-mapping
index 0faa449..e773e06 100644
--- a/symlink-mapping
+++ b/symlink-mapping
@@ -8,5 +8,4 @@
.bash -> bashrc
.mplayer -> mplayer
.emacs.d -> emacs.d
-.templates -> emacs.d/templates
.tmux.conf -> tmux.conf