fix validator flycheck on init-ccc FS #2
This commit is contained in:
parent
11ff66d88d
commit
d0f44d8546
@ -1,3 +1,9 @@
|
|||||||
|
;;; init-ccc.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||||
|
;;; Commentary:
|
||||||
|
;;
|
||||||
|
|
||||||
|
;;; Code:
|
||||||
|
|
||||||
;;----------------------------------------------------------------------------
|
;;----------------------------------------------------------------------------
|
||||||
;; c++ Mode
|
;; c++ Mode
|
||||||
;;----------------------------------------------------------------------------
|
;;----------------------------------------------------------------------------
|
||||||
@ -12,3 +18,8 @@
|
|||||||
(c-set-offset 'comment-intro 6)
|
(c-set-offset 'comment-intro 6)
|
||||||
|
|
||||||
(provide 'init-ccc)
|
(provide 'init-ccc)
|
||||||
|
|
||||||
|
;; Local Variables:
|
||||||
|
;; byte-compile-warnings: (not free-vars)
|
||||||
|
;; End:
|
||||||
|
;;; init-ccc.el ends here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user