소스 검색

some prefs for isearch

pull/1/head
10sr 10 년 전
부모
커밋
17652a1747
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      emacs.el

+ 10
- 0
emacs.el 파일 보기

@@ -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 ()


불러오는 중...
취소
저장