diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-13 12:05:39 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-13 12:05:39 +0100 |
| commit | 2aa031d0a09882408e29de0f7ed67f1843d0b9f6 (patch) | |
| tree | e747125260c4852a70054129983085dff42ac555 /emacs/init.el | |
| parent | 82cd521a3410f93ea52b063c7f05b60ea17b8ce6 (diff) | |
| download | dotfiles-2aa031d0a09882408e29de0f7ed67f1843d0b9f6.tar.gz dotfiles-2aa031d0a09882408e29de0f7ed67f1843d0b9f6.zip | |
emacs: improved the dired configuration
Now I will be able to attach documents into mu4e from dired mode.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index f34c9b6..42c8f52 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -91,6 +91,7 @@ (require 'init-project) (require 'init-edit) (require 'init-misc) +(require 'init-dired) (require 'init-evil) (require 'init-magit) (require 'init-mu4e) |
