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: