Add newlines before headings

This commit is contained in:
contrapunctus 2022-01-06 11:09:23 +05:30
parent 1edfe873b2
commit c960da5d18
1 changed files with 4 additions and 0 deletions

View File

@ -943,6 +943,7 @@ FILE-1 will appear above FILE-2."
(find-file-other-window
"/media/data/phone/anon/Nokia 6.1/Documents/Markor/Songs or Poems/"))))
#+END_SRC
**** commit-prompt
#+BEGIN_SRC emacs-lisp
(autoload 'magit-anything-modified-p "magit")
@ -1818,6 +1819,7 @@ Add these common operations to the hydra -
,@my-hydra-common-heads))
#+END_SRC
** Line display
#+BEGIN_SRC emacs-lisp
(defhydra contrapunctus-line-display-hydra (:color red)
@ -1828,6 +1830,7 @@ Add these common operations to the hydra -
("o" org-indent-mode "org-indent-mode")
("t" toggle-truncate-lines "truncate"))
#+END_SRC
** Window
#+BEGIN_SRC emacs-lisp
(defhydra contrapunctus-window-hydra (:color red)
@ -1844,6 +1847,7 @@ Add these common operations to the hydra -
("s" shrink-window-horizontally "decrease width")
("b" balance-windows "balance"))
#+END_SRC
** multiple cursors
#+BEGIN_SRC emacs-lisp
(defhydra contrapunctus-mc-hydra (:color red :hint none)