Rename λ! (deprecated) -> cmd!

This commit is contained in:
Henrik Lissner 2020-07-26 15:56:51 -04:00
parent 12e414be89
commit 629c7bed8e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -723,7 +723,7 @@ between the two."
"g" #'helm-org-in-buffer-headings "g" #'helm-org-in-buffer-headings
"G" #'helm-org-agenda-files-headings) "G" #'helm-org-agenda-files-headings)
"c" #'org-clock-goto "c" #'org-clock-goto
"C" (λ! (org-clock-goto 'select)) "C" (cmd! (org-clock-goto 'select))
"i" #'org-id-goto "i" #'org-id-goto
"r" #'org-refile-goto-last-stored "r" #'org-refile-goto-last-stored
"v" #'+org/goto-visible "v" #'+org/goto-visible
@ -967,8 +967,8 @@ compelling reason, so..."
:ni "C-S-k" #'org-shiftup :ni "C-S-k" #'org-shiftup
:ni "C-S-j" #'org-shiftdown :ni "C-S-j" #'org-shiftdown
;; more intuitive RET keybinds ;; more intuitive RET keybinds
:i [return] (λ! (org-return t)) :i [return] (cmd! (org-return t))
:i "RET" (λ! (org-return t)) :i "RET" (cmd! (org-return t))
:n [return] #'+org/dwim-at-point :n [return] #'+org/dwim-at-point
:n "RET" #'+org/dwim-at-point :n "RET" #'+org/dwim-at-point
;; more vim-esque org motion keys (not covered by evil-org-mode) ;; more vim-esque org motion keys (not covered by evil-org-mode)