소스 검색

Update

master
10sr 8 달 전
부모
커밋
978f569123
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 파일 보기

@@ -1252,7 +1252,7 @@ THEM are function and its args."
"bfs -type d 2>/dev/null" "bfs -type d 2>/dev/null"
"fd --hidden --no-ignore --type directory") "fd --hidden --no-ignore --type directory")
:directory (expand-file-name "~"))) :directory (expand-file-name "~")))
(define-key ctl-x-map "D" 'my-fuzzy-finder-dired)
(define-key ctl-x-map "d" 'my-fuzzy-finder-dired)


;; (set-variable 'fuzzy-finder-default-command "selecta") ;; (set-variable 'fuzzy-finder-default-command "selecta")
;; (set-variable 'fuzzy-finder-default-command "peco") ;; (set-variable 'fuzzy-finder-default-command "peco")
@@ -2335,7 +2335,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(interactive) (interactive)
(pop-to-buffer (dired-noselect default-directory))) (pop-to-buffer (dired-noselect default-directory)))


(define-key ctl-x-map "d" 'dired-default-directory)
(define-key ctl-x-map "D" 'dired-default-directory)




(defun my-file-head (filename &optional n) (defun my-file-head (filename &optional n)


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