diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-05-04 13:03:15 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-05-04 13:03:15 +0200 |
commit | 6d1dc32071489411b92623e55841c8f191af165a (patch) | |
tree | ae9096ac212d6c825e2ff3b3afd8f13551bf4b31 /emacs | |
parent | f5e44369ed8239a08873067ddb494ad931ad29b4 (diff) | |
download | dotfiles-6d1dc32071489411b92623e55841c8f191af165a.tar.gz dotfiles-6d1dc32071489411b92623e55841c8f191af165a.tar.xz dotfiles-6d1dc32071489411b92623e55841c8f191af165a.zip |
emacs: do not display template message about prompts
Diffstat (limited to '')
-rw-r--r-- | emacs | 4 | ||||
-rw-r--r-- | emacs.elc | bin | 10239 -> 10278 bytes |
2 files changed, 3 insertions, 1 deletions
@@ -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 Binary files differ |