From d919a0ab6a9e241da79f55cf744c9c38f67f007f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 26 May 2023 23:52:05 -0700 Subject: [oni-org] Fix typo --- oni-org/oni-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-org/oni-org.el') 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 ;; 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.") -- cgit v1.2.3-54-g00ecf