diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-ccc.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/init-ccc.el b/lisp/init-ccc.el index 5e0914d..6733f3e 100644 --- a/lisp/init-ccc.el +++ b/lisp/init-ccc.el @@ -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 |