Fix #2393: remap org-set-tags-command to counsel-org-tag
This commit is contained in:
parent
1f04bc919f
commit
a34cb1656a
1 changed files with 11 additions and 10 deletions
|
@ -173,26 +173,27 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
(define-key!
|
(define-key!
|
||||||
[remap apropos] #'counsel-apropos
|
[remap apropos] #'counsel-apropos
|
||||||
[remap bookmark-jump] #'counsel-bookmark
|
[remap bookmark-jump] #'counsel-bookmark
|
||||||
|
[remap compile] #'+ivy/compile
|
||||||
|
[remap describe-bindings] #'counsel-descbinds
|
||||||
[remap describe-face] #'counsel-faces
|
[remap describe-face] #'counsel-faces
|
||||||
[remap describe-function] #'counsel-describe-function
|
[remap describe-function] #'counsel-describe-function
|
||||||
[remap describe-variable] #'counsel-describe-variable
|
[remap describe-variable] #'counsel-describe-variable
|
||||||
[remap describe-bindings] #'counsel-descbinds
|
[remap evil-ex-registers] #'counsel-evil-registers
|
||||||
[remap set-variable] #'counsel-set-variable
|
[remap evil-show-marks] #'counsel-mark-ring
|
||||||
[remap execute-extended-command] #'counsel-M-x
|
[remap execute-extended-command] #'counsel-M-x
|
||||||
[remap find-file] #'counsel-find-file
|
[remap find-file] #'counsel-find-file
|
||||||
[remap find-library] #'counsel-find-library
|
[remap find-library] #'counsel-find-library
|
||||||
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
|
|
||||||
[remap imenu] #'counsel-imenu
|
[remap imenu] #'counsel-imenu
|
||||||
[remap recentf-open-files] #'counsel-recentf
|
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
|
||||||
[remap swiper] #'counsel-grep-or-swiper
|
|
||||||
[remap evil-ex-registers] #'counsel-evil-registers
|
|
||||||
[remap evil-show-marks] #'counsel-mark-ring
|
|
||||||
[remap yank-pop] #'counsel-yank-pop
|
|
||||||
[remap load-theme] #'counsel-load-theme
|
[remap load-theme] #'counsel-load-theme
|
||||||
[remap locate] #'counsel-locate
|
[remap locate] #'counsel-locate
|
||||||
|
[remap org-set-tags-command] #'counsel-org-tag
|
||||||
|
[remap projectile-compile-project] #'+ivy/project-compile
|
||||||
|
[remap recentf-open-files] #'counsel-recentf
|
||||||
|
[remap set-variable] #'counsel-set-variable
|
||||||
|
[remap swiper] #'counsel-grep-or-swiper
|
||||||
[remap unicode-chars-list-chars] #'counsel-unicode-char
|
[remap unicode-chars-list-chars] #'counsel-unicode-char
|
||||||
[remap compile] #'+ivy/compile
|
[remap yank-pop] #'counsel-yank-pop)
|
||||||
[remap projectile-compile-project] #'+ivy/project-compile)
|
|
||||||
:config
|
:config
|
||||||
(set-popup-rule! "^\\*ivy-occur" :size 0.35 :ttl 0 :quit nil)
|
(set-popup-rule! "^\\*ivy-occur" :size 0.35 :ttl 0 :quit nil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue