lang/cc: general refactor
For idempotence and to group dependencies so certain sub-packages (like irony's) aren't loaded if irony is disabled.
This commit is contained in:
parent
7880154214
commit
3c52c36c2f
3 changed files with 43 additions and 47 deletions
|
@ -1,5 +1,13 @@
|
|||
;;; lang/cc/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist '("\\.cl\\'" . opencl-mode))
|
||||
|
||||
|
||||
;;
|
||||
;; Library
|
||||
;;
|
||||
|
||||
;;;###autoload
|
||||
(defun +cc/reload-compile-db ()
|
||||
"Reload the current project's JSON compilation database."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue