From 9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 22 Oct 2009 05:15:36 +0200 Subject: added emacs.elc to dotfiles --- emacs | 2 +- emacs.elc | Bin 0 -> 16421 bytes symlink-mapping | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 emacs.elc diff --git a/emacs b/emacs index 78f8d97..aea84ef 100644 --- a/emacs +++ b/emacs @@ -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 new file mode 100644 index 0000000..39a43b5 Binary files /dev/null and b/emacs.elc differ 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 -- cgit v1.2.3