aboutsummaryrefslogtreecommitdiffstats
path: root/oni-yasnippet.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-yasnippet.el')
-rw-r--r--oni-yasnippet.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/oni-yasnippet.el b/oni-yasnippet.el
index db50aaa..067df61 100644
--- a/oni-yasnippet.el
+++ b/oni-yasnippet.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0630.150352
+;; Version: 2021.0715.212830
;; Package-Requires: (yasnippet yasnippet-snippets diminish)
;; This program is free software; you can redistribute it and/or modify
@@ -22,7 +22,12 @@
;;; Commentary:
-;; Yasnippet configuration.
+;; Yasnippet configuration. To use this configuratin you should put the
+;; following two lines in your init file:
+;;
+;; (with-eval-after-load 'yasnippet (require 'oni-yasnippet))
+;; (yas-global-mode)
+
;;; Code: