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 +++- emacs.elc | Bin 10239 -> 10278 bytes 2 files changed, 3 insertions(+), 1 deletion(-) 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 Binary files a/emacs.elc and b/emacs.elc differ -- cgit v1.2.3