You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to link to other functions or variables in the documentation?
demos.org
* my/function
Before you run this function make sure `my/variables' is set.
#+BEGIN_SRC elisp
(my/function :dir "~/Documents" :args nil)
#+END_SRC
In this case if I try to click on my/variables I will get:
Buffer is read-only: #<buffer *Help*>
However, if I click any documentation above the demos it will take me to the docs.
Funny thing about it is on doom the documentation link does not come up but on my vanilla
Emacs my/variables does come up as a link but clicking on it will give me read-only.
The text was updated successfully, but these errors were encountered:
Is there a way to link to other functions or variables in the documentation?
demos.org
In this case if I try to click on
my/variables
I will get:However, if I click any documentation above the demos it will take me to the docs.
Funny thing about it is on doom the documentation link does not come up but on my vanilla
Emacs
my/variables
does come up as a link but clicking on it will give me read-only.The text was updated successfully, but these errors were encountered: