summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs2
1 files changed, 1 insertions, 1 deletions
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