Add newlines between headings

This commit is contained in:
contrapunctus 2022-01-13 21:39:17 +05:30
parent 3e3392fda6
commit 79a23641b7
1 changed files with 3 additions and 3 deletions

View File

@ -313,16 +313,16 @@ Doesn't work in my current main browser (Tor Browser), and thus barely used of l
#+BEGIN_SRC emacs-lisp
(use-package esup
:config (setq esup-depth 0))
#+END_SRC
* gnutls
#+BEGIN_SRC emacs-lisp
(use-package gnutls
:config
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36749
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
#+END_SRC
* Searching
** ag, the Silver Searcher
#+BEGIN_SRC emacs-lisp
@ -1719,8 +1719,8 @@ Ask for confirmation before saving cookies. I'd rather just disallow them all th
("w" . elpher-copy-current-url)
("W" . elpher-copy-link-url)
("g" . elpher-reload)))
#+END_SRC
*** elfeed
#+BEGIN_SRC emacs-lisp
(use-package elfeed