org article; add glossaries and some snippets

This commit is contained in:
2022-04-18 15:21:48 +02:00
parent 3db70c17be
commit 163772942a
8 changed files with 288 additions and 107 deletions

View File

@@ -309,8 +309,10 @@ Version 2016-07-13"
(;; Note that the built-in `describe-function' includes both functions
;; and macros. `helpful-function' is functions only, so we provide
;; `helpful-callable' as a drop-in replacement to include `helpful-macro'.
("C-h f" . helpful-callable)
("C-h v" . helpful-variable)
("C-h f" . describe-function)
;; ("C-h f" . helpful-callable)
("C-h v" . describe-variable)
;; ("C-h v" . helpful-variable)
("C-h k" . helpful-key)
;; Lookup the current symbol at point. C-c C-d is a common keybinding
;; for this in lisp modes.