Skip to content

Commit

Permalink
configs/emacs: add back ,
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Mar 4, 2025
1 parent 288e88d commit e57f096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ mu init --muhome=/home/qbit/.mu -m /home/qbit/Maildir/fastmail/ --my-address="aa
:query "list:gameoftrees.openbsd.org AND NOT flag:trashed"
:key ?g))))
(add-to-list 'display-buffer-alist
`((regexp-quote mu4e-main-buffer-name)
`(,(regexp-quote mu4e-main-buffer-name)
display-buffer-same-window))
(define-key mu4e-headers-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture)
(define-key mu4e-view-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture)
Expand Down

0 comments on commit e57f096

Please sign in to comment.