Ver código fonte

some prefs for isearch

pull/1/head
10sr 10 anos atrás
pai
commit
17652a1747
1 arquivos alterados com 10 adições e 0 exclusões
  1. +10
    -0
      emacs.el

+ 10
- 0
emacs.el Ver arquivo

@@ -984,6 +984,16 @@ found, otherwise returns nil."
(define-key isearch-mode-map (kbd "C-h") 'isearch-delete-char)
(define-key isearch-mode-map (kbd "M-r")
'isearch-query-replace-regexp)))
;; do not cleanup isearch highlight: use `lazy-highlight-cleanup' to remove
(setq lazy-highlight-cleanup nil)
;; face for isearch highlighing
(set-face-attribute 'lazy-highlight
nil
:foreground `unspecified
:background `unspecified
:underline t
;; :weight `bold
)

(add-hook 'outline-mode-hook
(lambda ()


Carregando…
Cancelar
Salvar