diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2014-04-14 19:27:54 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2014-04-14 19:27:54 +0200 |
commit | 772c91c8ab5ca5e726edfd78e87bbdb0c1974071 (patch) | |
tree | ec224a89e865549cbbefcd9b899f49957c35497a | |
parent | 27936e74a1e08396362e770c847b1fdde49f5929 (diff) | |
download | dotfiles-772c91c8ab5ca5e726edfd78e87bbdb0c1974071.tar.gz dotfiles-772c91c8ab5ca5e726edfd78e87bbdb0c1974071.tar.xz dotfiles-772c91c8ab5ca5e726edfd78e87bbdb0c1974071.zip |
emacs: fix byte compile error
Diffstat (limited to '')
-rw-r--r-- | emacs | 1 | ||||
-rw-r--r-- | emacs.elc | bin | 11473 -> 11505 bytes |
2 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ (setq custom-file "~/.emacs.d/emacs-custom.el") (load custom-file) +(setq warning-suppress-types nil) ;; load-path anpassen (let* ((my-lisp-dir "~/.emacs.d/lisp") Binary files differ |