Skip to content

Commit

Permalink
tweak(tools): remove affe, buggy and stops randomly
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 10, 2023
1 parent 174f78a commit bf54bcd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@

;;; Code:

(use-package affe
:straight t
:init
(+map! :infix "s"
"G" #'affe-grep
"F" #'affe-find)
:config
(with-eval-after-load 'orderless
(defun +affe-orderless-regexp-compiler (input &rest _)
(setq input (orderless-pattern-compiler input))
(cons input (apply-partially #'orderless--highlight input)))
(setq affe-regexp-compiler #'+affe-orderless-regexp-compiler)))

(use-package ssh-deploy
:straight t
:hook ((after-save . ssh-deploy-after-save)
Expand Down

0 comments on commit bf54bcd

Please sign in to comment.