From c383d90dda95fda8d332f1ecf5e423bf4f70ac38 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Wed, 11 Mar 2020 01:19:32 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactive=20certains=20"warnings"=20au=20d?= =?UTF-8?q?=C3=A9marrage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 4a2d4ba..8cad389 100644 --- a/init.el +++ b/init.el @@ -63,6 +63,6 @@ '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0))))) ;;; Local Variables: -;;; byte-compile-warnings: (not free-vars) +;;; byte-compile-warnings: (not free-vars unresolved) ;;; End: (provide 'init) ;;; init.el ends here -- GitLab