summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2012-06-01 10:42:23 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2012-06-01 10:42:23 +0200
commit474f963e21b0cf30cb5ad313e1656aea0c276d0c (patch)
treedabdf0cf723c1ffad3c925dec2b89fa671165446
parentc52b64885d72a77f968f063d5ef3936d628bbd82 (diff)
downloaddotfiles-474f963e21b0cf30cb5ad313e1656aea0c276d0c.tar.gz
dotfiles-474f963e21b0cf30cb5ad313e1656aea0c276d0c.tar.xz
dotfiles-474f963e21b0cf30cb5ad313e1656aea0c276d0c.zip
emacs: do not error, if load of self-compile-mode fails
with this change it is possible to compile the emacs file with emacs -batch -f batch-byte-compile "~/.dotfiles/emacs"
-rw-r--r--emacs2
-rw-r--r--emacs.elcbin11325 -> 11343 bytes
2 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)
diff --git a/emacs.elc b/emacs.elc
index 4c295b1..45c4007 100644
--- a/emacs.elc
+++ b/emacs.elc
Binary files differ