diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-10-22 05:15:36 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-10-22 05:15:36 +0200 |
commit | 9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5 (patch) | |
tree | ffb62bb51ea76d13b5a6e6b0a2023bfaf93983e7 /emacs | |
parent | 7d68b0fab794364e5567ce3fb2cb7392082fd59e (diff) | |
download | dotfiles-9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5.tar.gz dotfiles-9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5.tar.xz dotfiles-9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5.zip |
added emacs.elc to dotfiles
Diffstat (limited to '')
-rw-r--r-- | emacs | 2 | ||||
-rw-r--r-- | emacs.elc | bin | 0 -> 16421 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ (require 'bytecomp) (if (or (string= (buffer-file-name) (expand-file-name "~/.emacs")) (string= (buffer-file-name) (expand-file-name "~/.dotfiles/emacs"))) - (byte-compile-file "~/.emacs"))) + (byte-compile-file "~/.dotfiles/emacs"))) (add-hook 'after-save-hook 'autocompile) ; keine Abfrage wenn ein template existiert diff --git a/emacs.elc b/emacs.elc Binary files differnew file mode 100644 index 0000000..39a43b5 --- /dev/null +++ b/emacs.elc |