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/settings/init-misc.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/settings/init-misc.el')
| -rw-r--r-- | emacs/settings/init-misc.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/settings/init-misc.el b/emacs/settings/init-misc.el index b95489b..04eb84a 100644 --- a/emacs/settings/init-misc.el +++ b/emacs/settings/init-misc.el @@ -30,10 +30,5 @@ ("C-c i" . crux-find-user-init-file) ("C-c o" . crux-open-with))) -;; Dired -(with-eval-after-load 'evil - (evil-add-hjkl-bindings dired-mode-map 'normal - (kbd "w") 'evil-forward-word-begin)) - (provide 'init-misc) ;;; init-misc.el ends here |
