summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs4
1 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