Add more api demos (#1845)

* Added function Demos
* Added use-package demos
* Some corrections
* Fix duplicated use-package! type
This commit is contained in:
Maximiliano 2019-10-03 14:51:08 -04:00 committed by Henrik Lissner
parent 167ce4ca4d
commit dea5d84069
4 changed files with 81 additions and 33 deletions

View file

@ -301,10 +301,6 @@ If N and M = 1, there's no benefit to using this macro over `remove-hook'.
(defmacro setq-hook! (hooks &rest var-vals)
"Sets buffer-local variables on HOOKS.
(setq-hook! 'markdown-mode-hook
line-spacing 2
fill-column 80)
\(fn HOOKS &rest [SYM VAL]...)"
(declare (indent 1))
(macroexp-progn