aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-05-26 23:52:05 -0700
committerGravatar Tom Willemse2023-05-26 23:52:05 -0700
commitd919a0ab6a9e241da79f55cf744c9c38f67f007f (patch)
treeb2919b5a6eef9d4ef0afc82b9c2fcc9f4ab0f311 /oni-org/oni-org.el
parentdd2bbeb47b1c59b1f3aed80832446872cd01b30c (diff)
downloademacs-config-d919a0ab6a9e241da79f55cf744c9c38f67f007f.tar.gz
emacs-config-d919a0ab6a9e241da79f55cf744c9c38f67f007f.zip
[oni-org] Fix typo
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 400a569..2d006c5 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -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.")