소스 검색

Add global-hi-lock-mode

master
10sr 6 년 전
부모
커밋
fa648cae08
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el 파일 보기

@@ -636,6 +636,9 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'end-mark)
(global-end-mark-mode))

;; M-x highlight-* to highlight things
(global-hi-lock-mode 1)

(when (safe-require-or-eval 'auto-highlight-symbol)
(set-variable 'ahs-idle-interval 0.6)
(global-auto-highlight-symbol-mode 1))


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