~descriptive name for newline function

This commit is contained in:
dx
2020-06-11 01:32:54 +01:00
parent d3b17d1675
commit 0f9ca9c5f1

View File

@@ -56,7 +56,7 @@ Function to get a password given a key.
(defun dx:password-store/get-password (KEY)
(shell-command-to-string (concat "pass " KEY)))
#+END_SRC
* Newline
* Insert newlines without o/O
Insert a newline without having to exit normal mode!
#+BEGIN_SRC elisp
(defun dx:newline (&optional BACKWARD)