nit: fix several documentation typos

This commit is contained in:
Lele Gaifax 2022-01-09 17:16:57 +01:00 committed by Henrik Lissner
parent 85fcac4562
commit e5213f20e5
7 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
;;; config/default/+emacs-bindings.el -*- lexical-binding: t; -*-
;; Sensible deafult key bindings for non-evil users
;; Sensible default key bindings for non-evil users
(setq doom-leader-alt-key "C-c"
doom-localleader-alt-key "C-c l")

View file

@ -103,7 +103,7 @@ we have to clean it up ourselves."
(local-unset-key [mouse-1]))))
(defadvice! +dired--ranger-travel-a ()
"Temprorary fix for this function until ralesi/ranger.el#236 gets merged."
"Temporary fix for this function until ralesi/ranger.el#236 gets merged."
:override #'ranger-travel
(interactive)
(let ((prompt "Travel: "))

View file

@ -32,7 +32,7 @@
(+workspace/delete "*MAIL*")))
(defun +notmuch-get-sync-command ()
"Return a shell command string to synchronize your notmuch mmail with."
"Return a shell command string to synchronize your notmuch mail with."
(let* ((afew-cmd "afew -a -t")
(sync-cmd
(pcase +notmuch-sync-backend