Merge pull request #1877 from zakkak/fix-comments-in-emacs-bindings

Fix comments for M and I prefixes in +emacs-bindings.el
This commit is contained in:
Henrik Lissner 2019-10-10 22:22:21 -04:00 committed by GitHub
commit 586243e297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,13 +213,13 @@
:desc "Add cursor w/mouse" "<mouse-1>" #'mc/add-cursor-on-click))
;; APPs
;;; <leader> M --- twitter
;;; <leader> M --- mu4e
(:when (featurep! :email mu4e)
(:prefix-map ("M" . "mu4e")
:desc "Open email app" "M" #'=mu4e
:desc "Compose email" "c" #'+mu4e/compose))
;;; <leader> I --- twitter
;;; <leader> I --- IRC
(:when (featurep! :app irc)
(:prefix-map ("I" . "irc")
:desc "Open irc app" "I" #'=irc