summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs4
-rw-r--r--emacs.elcbin10239 -> 10278 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/emacs b/emacs
index 96b9883..2ac9501 100644
--- a/emacs
+++ b/emacs
@@ -184,8 +184,10 @@ 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)
+
(add-to-list 'template-find-file-commands 'ido-exit-minibuffer)
- (setq template-auto-insert t)
(template-initialize))
;; remember last position in file
diff --git a/emacs.elc b/emacs.elc
index a313daa..3f6dbf1 100644
--- a/emacs.elc
+++ b/emacs.elc
Binary files differ