Add newlines

This commit is contained in:
contrapunctus 2022-01-15 12:57:22 +05:30
parent 13aca6aea8
commit ee19410056
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,7 @@ At first I decided to remap all Emacs, Boon, and Hydra bindings, but it turned o
"M-r" 'next-history-element)
(general-auto-unbind-keys t)
#+END_SRC
* ido-mini
:PROPERTIES:
:CUSTOM_ID: ido-mini
@ -145,6 +146,7 @@ Use window title for buffer names.
(exwm-workspace-rename-buffer exwm-title)))
(exwm-enable)
#+END_SRC
** Helpers
A less repetitive way to start processes. Also enables Boon in the process buffer, so I can easy navigate it, copy text in it, or switch away from it.
#+BEGIN_SRC emacs-lisp :load no
@ -270,6 +272,7 @@ NAME is the name of the process and its buffer."
("b" . help-go-back)
("f" . help-go-forward)))
#+END_SRC
** helpful
#+BEGIN_SRC emacs-lisp
(use-package helpful
@ -280,6 +283,7 @@ NAME is the name of the process and its buffer."
("<f1> k" . #'helpful-key)
("<f1> v" . #'helpful-variable)))
#+END_SRC
* user interface
:PROPERTIES:
:CUSTOM_ID: ui
@ -4677,6 +4681,7 @@ All COMMAND-SPECS should be a list in the form
))
#+END_SRC
** Common Lisp
:PROPERTIES:
:CUSTOM_ID: programming-common-lisp