소스 검색

Update #emacs notmuch shortcuts

Colin Powell 5 년 전
부모
커밋
4f44ace4e3
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      emacs/.config/doom/+mail.el
  2. 0 0
      emacs/.emacs.d/.achievements

+ 3 - 3
emacs/.config/doom/+mail.el

@@ -20,9 +20,9 @@
   (map!
    (:leader
      (:prefix "e"
-       :desc "Open inbox"         "o" #'=mail
-       :desc "Open notmuch"       "n" #'notmuch
-       :desc "Compose an email"   "c" #'notmuch-mua-new-mail))))
+       :desc "Open (i)nbox"     "i" #'=mail
+       :desc "Open (n)otmuch"   "n" #'notmuch
+       :desc "(C)ompose mail"   "c" #'notmuch-mua-new-mail))))
 
   (set-evil-initial-state! '(notmuch-hello-mode
                              notmuch-show-mode

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
emacs/.emacs.d/.achievements


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.