Skip to content

Commit

Permalink
Don't highlight matches with jump-char
Browse files Browse the repository at this point in the history
 - it's distracting
  • Loading branch information
magnars committed Feb 8, 2013
1 parent a3683fc commit e50c4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sane-defaults.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
;; Remove text in active region if inserting text ;; Remove text in active region if inserting text
(delete-selection-mode 1) (delete-selection-mode 1)


;; Don't highlight matches with jump-char - it's distracting
(setq jump-char-lazy-highlight-face nil)

;; Always display line and column numbers ;; Always display line and column numbers
(setq line-number-mode t) (setq line-number-mode t)
(setq column-number-mode t) (setq column-number-mode t)
Expand Down

0 comments on commit e50c4e8

Please sign in to comment.