From 6d1dc32071489411b92623e55841c8f191af165a Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 4 May 2012 13:03:15 +0200 Subject: emacs: do not display template message about prompts --- emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3