Skip to content

Commit

Permalink
Fixes comments for M and I in +emacs-bindings.el
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Oct 10, 2019
1 parent 44eb11c commit 449238c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/config/default/+emacs-bindings.el
Expand Up @@ -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
Expand Down

0 comments on commit 449238c

Please sign in to comment.