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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3