summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-10-22 05:15:36 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-10-22 05:15:36 +0200
commit9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5 (patch)
treeffb62bb51ea76d13b5a6e6b0a2023bfaf93983e7 /emacs
parent7d68b0fab794364e5567ce3fb2cb7392082fd59e (diff)
downloaddotfiles-9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5.tar.gz
dotfiles-9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5.tar.xz
dotfiles-9948647e85a6eedf578ceb9b50b01e3a5cfbaaa5.zip
added emacs.elc to dotfiles
Diffstat (limited to '')
-rw-r--r--emacs2
-rw-r--r--emacs.elcbin0 -> 16421 bytes
2 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
diff --git a/emacs.elc b/emacs.elc
new file mode 100644
index 0000000..39a43b5
--- /dev/null
+++ b/emacs.elc
Binary files differ