| @@ -465,12 +465,11 @@ Otherwize hook it." | |||||
| ;; (global-set-key (kbd "C-r") 'isearch-backward-regexp) | ;; (global-set-key (kbd "C-r") 'isearch-backward-regexp) | ||||
| (set-variable 'search-default-mode t) | (set-variable 'search-default-mode t) | ||||
| ;; TODO: Do not depend on ivy function | ;; 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) | (when (fboundp 'undo-fu-only-undo) | ||||
| (global-set-key (kbd "C-_") '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: | ;; Local Variables: | ||||