diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2012-06-01 10:42:23 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2012-06-01 10:42:23 +0200 |
commit | 474f963e21b0cf30cb5ad313e1656aea0c276d0c (patch) | |
tree | dabdf0cf723c1ffad3c925dec2b89fa671165446 | |
parent | c52b64885d72a77f968f063d5ef3936d628bbd82 (diff) | |
download | dotfiles-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-- | emacs | 2 | ||||
-rw-r--r-- | emacs.elc | bin | 11325 -> 11343 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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) Binary files differ |