Add globalized highlight-parentheses-mode

master
zk_phi 12 years ago
parent f3d9dcc49f
commit d421e15b00
  1. 4
      highlight-parentheses.el

@ -128,6 +128,10 @@ This is used to prevent analyzing the same context over and over.")
(hl-paren-create-overlays)
(add-hook 'post-command-hook 'hl-paren-highlight nil t)))
(define-globalized-minor-mode global-highlight-parentheses-mode
highlight-parentheses-mode
(lambda () (highlight-parentheses-mode 1)))
;;; overlays ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun hl-paren-create-overlays ()

Loading…
Cancel
Save