Skip to content
Snippets Groups Projects
Commit c383d90d authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Désactive certains "warnings" au démarrage

parent be61c6cf
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,6 @@ ...@@ -63,6 +63,6 @@
'(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0))))) '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0)))))
;;; Local Variables: ;;; Local Variables:
;;; byte-compile-warnings: (not free-vars) ;;; byte-compile-warnings: (not free-vars unresolved)
;;; End: (provide 'init) ;;; End: (provide 'init)
;;; init.el ends here ;;; init.el ends here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment