mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: fix void-symbol value error
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
(defvar +org-attachments nil
|
(defvar +org-attachments nil
|
||||||
"A list of all indexed attachments in `+org-dir'.")
|
"A list of all indexed attachments in `+org-dir'.")
|
||||||
|
|
||||||
(defvar +org-attachments-files value
|
(defvar +org-attachments-files nil
|
||||||
"A list of all attachments in `org-attach-directory'.")
|
"A list of all attachments in `org-attach-directory'.")
|
||||||
|
|
||||||
(defun +org-attachments--list (&optional beg end)
|
(defun +org-attachments--list (&optional beg end)
|
||||||
|
Reference in New Issue
Block a user