From 772c91c8ab5ca5e726edfd78e87bbdb0c1974071 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 14 Apr 2014 19:27:54 +0200 Subject: emacs: fix byte compile error --- emacs | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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") -- cgit v1.2.3