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