From 22f9216859a01511954e8beda18cc174c1ec2d6b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sat, 25 Jan 2020 23:36:03 +0900 Subject: [PATCH] Remove ivy--regex-fuzzy --- emacs.el | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/emacs.el b/emacs.el index e3b0a81..1b77527 100644 --- a/emacs.el +++ b/emacs.el @@ -465,12 +465,11 @@ Otherwize hook it." ;; (global-set-key (kbd "C-r") 'isearch-backward-regexp) (set-variable 'search-default-mode t) ;; TODO: Do not depend on ivy function -(set-variable 'search-default-mode - (lambda (str lax) - (ivy--regex-fuzzy (replace-regexp-in-string (rx (one-or-more whitespace)) - "" - str)))) -;; (isearch-symbol-regexp "a") +;; (set-variable 'search-default-mode +;; (lambda (str lax) +;; (ivy--regex-fuzzy (replace-regexp-in-string (rx (one-or-more whitespace)) +;; "" +;; str)))) (when (fboundp 'undo-fu-only-undo) (global-set-key (kbd "C-_") 'undo-fu-only-undo)) @@ -2901,6 +2900,9 @@ Any output will be written to current buffer." ) ) +;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; highlight-mark + ;; Local Variables: