Skip to content

Commit

Permalink
tweak(dired): enable adding mail attachements from dired
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 6, 2023
1 parent 568bb5d commit 6a3fd7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
:config
(+shutup! (epa-file-enable)))

(use-package dired
:straight (:type built-in)
;; Enable adding mail attachements from dired "C-c RET C-a" for
;; `gnus-dired-attach'
:hook (dired-mode . turn-on-gnus-dired-mode))


(provide 'me-builtin)

Expand Down

0 comments on commit 6a3fd7d

Please sign in to comment.