aboutsummaryrefslogtreecommitdiffstats
path: root/oni-smartparens.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-smartparens.el')
-rw-r--r--oni-smartparens.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-smartparens.el b/oni-smartparens.el
index ed079e4..d568f3d 100644
--- a/oni-smartparens.el
+++ b/oni-smartparens.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0114.220117
+;; Version: 2021.0715.215509
;; Package-Requires: (smartparens)
;; This program is free software; you can redistribute it and/or modify
@@ -22,7 +22,10 @@
;;; Commentary:
-;; Configuration for ‘smartparens-mode’.
+;; Configuration for ‘smartparens-mode’. Add the following to your init file if
+;; you want to use this configuration:
+;;
+;; (with-eval-after-load 'smartparens (require 'oni-smartparens))
;;; Code: