Move info documentation section
This commit is contained in:
parent
dc887d870b
commit
9236e96c9f
31
README.org
31
README.org
@ -300,6 +300,23 @@ the contents of packages and allows to update packages to the latest version.
|
||||
(package-install-selected-packages))
|
||||
#+end_src
|
||||
|
||||
* [[info:dir#Top][Info documentation]]
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: sec:info-documentation
|
||||
:END:
|
||||
|
||||
Listing [[lst:configure-info]] adds a path in my home directory to the places where
|
||||
=info= looks for files.
|
||||
|
||||
#+caption[Configure =info=]:
|
||||
#+caption: Configure =info=.
|
||||
#+name: lst:configure-info
|
||||
#+begin_src emacs-lisp
|
||||
(with-eval-after-load 'info
|
||||
(add-to-list 'Info-directory-list
|
||||
(expand-file-name "~/.local/share/info")))
|
||||
#+end_src
|
||||
|
||||
* [[info:emacs#Emacs Server][Using Emacs as a server (info)]]
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: sec:using-emacs-server
|
||||
@ -1869,20 +1886,6 @@ instance [[https://numpy.org/][numpy]] and [[https://scipy.org/][scipy]].
|
||||
print(q)
|
||||
#+end_src
|
||||
|
||||
*** Info
|
||||
|
||||
Listing [[lst:configure-info]] adds a path in my home directory to the places where
|
||||
=info= looks for files.
|
||||
|
||||
#+caption[Configure =info=]:
|
||||
#+caption: Configure =info=.
|
||||
#+name: lst:configure-info
|
||||
#+begin_src emacs-lisp
|
||||
(with-eval-after-load 'info
|
||||
(add-to-list 'Info-directory-list
|
||||
(expand-file-name "~/.local/share/info")))
|
||||
#+end_src
|
||||
|
||||
*** TODO Look into: editing facilities
|
||||
1. [[https://github.com/douglasdavis/numpydoc.el/blob/main/numpydoc.el][Emacs extension to insert numpy style docstrings in function definitions]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user