ソースを参照

Add dired-filter

master
10sr 6年前
コミット
c094671b3d
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      emacs.el

+ 2
- 1
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)



読み込み中…
キャンセル
保存