1
0
Fork 0

[oni-org] Fix typo

This commit is contained in:
Tom Willemse 2023-05-26 23:52:05 -07:00
parent dd2bbeb47b
commit d919a0ab6a
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2023.0526.234458
;; Version: 2023.0526.235125
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table)
;; This program is free software; you can redistribute it and/or modify
@ -1194,7 +1194,7 @@ placed above TARGET. Otherwise it will be placed below it."
;;; Add face to file links that show file doesn't exist.
(defface oni-org-link-nonexitent-file
(defface oni-org-link-nonexistent-file
'((t :inherit error :underline t :weight regular))
"Face to display links that point to nonexistent files in.")