Add newlines

This commit is contained in:
contrapunctus 2022-01-15 00:46:44 +05:30
parent f00012df16
commit cf98d4e53f
1 changed files with 3 additions and 0 deletions

View File

@ -2454,6 +2454,7 @@ PR ideas
(:map pdf-history-minor-mode-map
("r" . nil)))
#+END_SRC
** nov.el
#+BEGIN_SRC emacs-lisp
(use-package nov
@ -3501,11 +3502,13 @@ Don't try to check if there are files with a certain extension...it will lead to
(indent-for-tab-command)))
#+END_SRC
** outshine
#+BEGIN_SRC emacs-lisp
(use-package outshine
:commands (outshine-mode outshine-cycle)
:hook (texinfo-mode . outshine-mode))
#+END_SRC
* scrolling
#+BEGIN_SRC emacs-lisp
(setq )