Skip to content

Commit

Permalink
Fix show-pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
rdallasgray committed May 18, 2015
1 parent 8d4bb41 commit 3ddea9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphene-editing.el
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
(when graphene-pairs-auto
(graphene-pairs))
(when graphene-show-pairs-auto
(graphene-pairs))
(graphene-show-pairs))
(when graphene-completion-auto
(graphene-completion))
(when graphene-errors-auto
Expand Down Expand Up @@ -115,7 +115,7 @@
(require 'smartparens)
(smartparens-global-mode t))

(defun graphene-show-pairs (mode)
(defun graphene-show-pairs ()
(show-paren-mode nil)
(setq blink-matching-paren nil)
(require 'smartparens)
Expand Down

0 comments on commit 3ddea9a

Please sign in to comment.