aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-core.el b/oni-core.el
index 81c61cd..bd3ce98 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0707.100809
+;; Version: 2021.0715.222725
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
;; This program is free software; you can redistribute it and/or modify
@@ -23,7 +23,10 @@
;;; Commentary:
;; Core Emacs configuration, doesn't need any requires from within
-;; Emacs. These settings don't seem to go anywhere else.
+;; Emacs. These settings don't seem to go anywhere else. Add the following to
+;; your init file in case you want to use this configuration:
+;;
+;; (require 'oni-core)
;;; Code: