aboutsummaryrefslogtreecommitdiffstats
path: root/oni-c.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-c.el')
-rw-r--r--oni-c.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-c.el b/oni-c.el
index 5e8f125..676c965 100644
--- a/oni-c.el
+++ b/oni-c.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0708.235539
+;; Version: 2021.0715.222936
;; Package-Requires: (oni-flycheck oni-lsp reformatter ccls)
;; This program is free software; you can redistribute it and/or modify
@@ -22,7 +22,10 @@
;;; Commentary:
-;; C Configuration
+;; C Configuration. Add the following to your init file in case you want to use
+;; this configuration:
+;;
+;; (with-eval-after-load 'cc-mode (require 'oni-c))
;;; Code: