aboutsummaryrefslogtreecommitdiffstats
path: root/oni-css
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-25 13:38:18 -0700
committerGravatar Tom Willemse2019-08-25 13:38:18 -0700
commitbf04e2c364626b0e313a0b467cd1b5697619e464 (patch)
treeae283c1420e1cdd362d4bb9886055a7ba8e9eb43 /oni-css
parenta58386e3a1904ff682ca0bdb586dc49aa8e09f13 (diff)
downloademacs-config-bf04e2c364626b0e313a0b467cd1b5697619e464.tar.gz
emacs-config-bf04e2c364626b0e313a0b467cd1b5697619e464.zip
Fix typo
Diffstat (limited to 'oni-css')
-rw-r--r--oni-css/oni-css.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-css/oni-css.el b/oni-css/oni-css.el
index ade8746..e588304 100644
--- a/oni-css/oni-css.el
+++ b/oni-css/oni-css.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190824001316
+;; Version: 20190825132418
;; Package-Requires: (oni-company oni-fci hydra rainbow-mode yasnippet)
;; This program is free software; you can redistribute it and/or modify
@@ -43,7 +43,7 @@
(defconst oni-css-snippets-dir
(expand-file-name "snippets" oni-css-root)
- "The directory where ‘oni-conf’ stores its snippets.")
+ "The directory where ‘oni-css’ stores its snippets.")
(defun oni-css-property-important-p ()
"Return whether or not the current property is important."