Pārlūkot izejas kodu

Fix ivy sort

master
10sr pirms 4 gadiem
vecāks
revīzija
1a9311e65c
Parakstījis: 10sr GPG atslēgas ID: C384BB17CBB19347
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Parādīt failu

@@ -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


Notiek ielāde…
Atcelt
Saglabāt