summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs2
-rw-r--r--emacs.elcbin0 -> 16421 bytes
-rw-r--r--symlink-mapping1
3 files changed, 2 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
diff --git a/emacs.elc b/emacs.elc
new file mode 100644
index 0000000..39a43b5
--- /dev/null
+++ b/emacs.elc
Binary files 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