diff options
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 |