mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(navigation): place ivy related keybinding within ivy module
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
(use-package ivy
|
||||
:defer t
|
||||
:bind
|
||||
("C-c C-r" . ivy-resume)
|
||||
|
||||
:custom
|
||||
(ivy-use-virtual-buffers nil)
|
||||
|
||||
@@ -6,10 +6,11 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-ivy)
|
||||
|
||||
(use-package swiper
|
||||
:bind
|
||||
("C-s" . swiper)
|
||||
("C-c C-r" . ivy-resume)
|
||||
|
||||
:custom-face
|
||||
(ivy-current-match ((t (:background "#7e9fc9" :foreground "black"))))
|
||||
|
||||
Reference in New Issue
Block a user