소스 검색

Add dired map

master
10sr 6 년 전
부모
커밋
77c5c0af69
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +5
    -2
      emacs.el

+ 5
- 2
emacs.el 파일 보기

@@ -1251,7 +1251,7 @@ found, otherwise returns nil."
(set-variable 'recentf-show-file-shortcuts-flag nil)
(set-variable 'recentf-auto-cleanup 3)

(safe-require-or-eval 'sync-recentf)
;; (safe-require-or-eval 'sync-recentf)

(when (safe-require-or-eval 'recentf)
(add-to-list 'recentf-exclude
@@ -1422,9 +1422,9 @@ ARG is num to show, or defaults to 7."
)
(setq dired-listing-switches "-lhF")

(put 'dired-find-alternate-file 'disabled nil)
;; when using dired-find-alternate-file
;; reuse current dired buffer for the file to open
;; (put 'dired-find-alternate-file 'disabled nil)
(set-variable 'dired-ls-F-marks-symlinks t)

(set-variable 'ls-lisp-use-insert-directory-program nil) ; always use ls-lisp
@@ -1994,6 +1994,9 @@ use for the buffer. It defaults to \"*recetf-show*\"."
)

(define-key ctl-x-map (kbd "C-l") 'my-dired-git-ls-files)
(with-eval-after-load 'dired
(defvar dired-mode-map (make-sparse-keymap))
(define-key dired-mode-map "f" 'my-dired-git-ls-files))

;; (define-minor-mode my-dired-glob-filter)



불러오는 중...
취소
저장