Fix typo
This commit is contained in:
parent
570ba98fbc
commit
bdeaa08120
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 20190823225821
|
||||
;; Version: 20190827215231
|
||||
;; Package-Requires: (oni-yasnippet)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
(defconst oni-conf-snippets-dir
|
||||
(expand-file-name "snippets" oni-conf-root)
|
||||
"The director where ‘oni-conf’ stores its snippets.")
|
||||
"The directory where ‘oni-conf’ stores its snippets.")
|
||||
|
||||
;;;###autoload
|
||||
(defun oni-conf-snippets-initialize ()
|
||||
|
|
Loading…
Reference in a new issue