fix validator flycheck on init-ccc FS #2

This commit is contained in:
Jesús
2019-01-21 19:16:49 -05:00
parent 11ff66d88d
commit d0f44d8546

View File

@@ -1,3 +1,9 @@
;;; init-ccc.el --- .Emacs Configuration -*- lexical-binding: t -*-
;;; Commentary:
;;
;;; Code:
;;----------------------------------------------------------------------------
;; c++ Mode
;;----------------------------------------------------------------------------
@@ -12,3 +18,8 @@
(c-set-offset 'comment-intro 6)
(provide 'init-ccc)
;; Local Variables:
;; byte-compile-warnings: (not free-vars)
;; End:
;;; init-ccc.el ends here