summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs b/emacs
index b6df919..2bf9884 100644
--- a/emacs
+++ b/emacs
@@ -180,7 +180,7 @@ If this is set during find-file, flyspell mode gets enabled automaticaly.")
;; auto compile files
-(require 'self-compile-mode)
+(require 'self-compile-mode nil 'noerror)
;; keine Abfrage wenn ein template existiert
(when (require 'template nil 'noerror)