Skip to content

Commit

Permalink
feat(editor): add cc-isearch-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 28, 2024
1 parent 34a0cae commit 3be4ef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
(highlight-indent-guides-character #x2506)
(highlight-indent-guides-responsive 'top))

(use-package cc-isearch-menu
:straight t
:bind (:package isearch :map isearch-mode-map ([f2] . cc-isearch-menu-transient)))

(use-package me-code-folding
:init
;; Add vimish-fold, outline-mode & hideshow support to folding commands
Expand Down

0 comments on commit 3be4ef2

Please sign in to comment.