Skip to content

Commit

Permalink
Rebind org mode tags to swiper/counsel/ivy
Browse files Browse the repository at this point in the history
This was done for the benefit of multi select with M-M-m [1],
this could also be implemented with Help using =,= [2] but helm
breaks ESS [3] so that's not an option.

References:
[1]: abo-abo/swiper#1191
[2]: emacs-helm/helm#2063
[3]: emacs-ess/ESS#1074
  • Loading branch information
RyanGreenup committed Jul 17, 2021
1 parent f888f39 commit 4c156b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EmacsPersonal2/.emacs.d/lisp/init-ivy.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
(straight-use-package 'ivy-posframe)

;;; Code:

;;;; M-x
(global-set-key (kbd "M-x") 'counsel-M-x)

Expand Down Expand Up @@ -83,6 +82,8 @@ Usable with `ivy-resume', `ivy-next-line-and-call' and
;; this is buggy
;; (evil-define-key 'normal 'global (kbd "<leader>ht") 'counsel-load-theme) ;; see init-ivy

;;;; Counsel org-tags
(define-key org-mode-map (kbd "C-c C-q") 'counsel-org-tag)
;;; end
(ivy-mode 1)
(provide 'init-ivy)
Expand Down

0 comments on commit 4c156b6

Please sign in to comment.