소스 검색

Fix ivy sort

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

+ 6
- 0
emacs.el 파일 보기

@@ -511,6 +511,12 @@ Otherwize hook it."
(define-key ctl-x-map (kbd "C-x") 'my-exchange-point-and-mark)
(when (fboundp 'counsel-mark-ring)
(define-key ctl-x-map "m" 'counsel-mark-ring))
(with-eval-after-load 'ivy
(defvar ivy-sort-functions-alist)
(add-to-list 'ivy-sort-functions-alist
'(counsel-mark-ring)))
(run-with-idle-timer 5 t
'push-mark)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line


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