From c094671b3dc8dac0f46cbf16f1d1a0f75f529d03 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 1 Oct 2018 18:17:36 +0900 Subject: [PATCH] Add dired-filter --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index a2078ed..ecb4095 100644 --- a/emacs.el +++ b/emacs.el @@ -119,6 +119,7 @@ found, otherwise returns nil." sync-recentf aggressive-indent fancy-narrow + dired-filter scala-mode ;;ensime @@ -372,7 +373,7 @@ found, otherwise returns nil." (global-set-key (kbd "C-s") 'isearch-forward-regexp) (global-set-key (kbd "C-r") 'isearch-backward-regexp) -(define-key my-prefix-map (kbd "C-o") 'occur) +(define-key ctl-x-map (kbd "C-o") 'occur) (require 'page-ext nil t)