summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2014-04-14 19:27:54 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2014-04-14 19:27:54 +0200
commit772c91c8ab5ca5e726edfd78e87bbdb0c1974071 (patch)
treeec224a89e865549cbbefcd9b899f49957c35497a
parent27936e74a1e08396362e770c847b1fdde49f5929 (diff)
downloaddotfiles-772c91c8ab5ca5e726edfd78e87bbdb0c1974071.tar.gz
dotfiles-772c91c8ab5ca5e726edfd78e87bbdb0c1974071.tar.xz
dotfiles-772c91c8ab5ca5e726edfd78e87bbdb0c1974071.zip
emacs: fix byte compile error
-rw-r--r--emacs1
-rw-r--r--emacs.elcbin11473 -> 11505 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/emacs b/emacs
index b559769..7056587 100644
--- a/emacs
+++ b/emacs
@@ -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")
diff --git a/emacs.elc b/emacs.elc
index 1720ff8..0143c2a 100644
--- a/emacs.elc
+++ b/emacs.elc
Binary files differ