[oni-org] Fix typo
This commit is contained in:
parent
dd2bbeb47b
commit
d919a0ab6a
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; 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)
|
;; 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
|
;; 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.
|
;;; 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))
|
'((t :inherit error :underline t :weight regular))
|
||||||
"Face to display links that point to nonexistent files in.")
|
"Face to display links that point to nonexistent files in.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue