diff options
-rw-r--r-- | emacs | 2 | ||||
-rw-r--r-- | emacs.elc | bin | 0 -> 16421 bytes | |||
-rw-r--r-- | symlink-mapping | 1 |
3 files changed, 2 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 diff --git a/symlink-mapping b/symlink-mapping index e630f53..04d8575 100644 --- a/symlink-mapping +++ b/symlink-mapping @@ -8,6 +8,7 @@ .bash -> bashrc .mplayer -> mplayer .emacs -> emacs +.emacs.elc -> emacs.elc .emacs.d -> emacs.d .templates -> emacs.d/templates .gnopasterrc -> gnopasterrc |