Skip to content

Commit

Permalink
org and markdown are text modes so require text-mode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed Jul 5, 2018
1 parent 404a5b9 commit 6329f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions smartparens-markdown.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
;;; Code:

(require 'smartparens)
(require 'smartparens-text)
(eval-when-compile
(defvar markdown-gfm-use-electric-backquote))

Expand Down
1 change: 1 addition & 0 deletions smartparens-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
;;; Code:

(require 'smartparens)
(require 'smartparens-text)

(defun sp--org-skip-asterisk (_ms mb me)
"Non-nil if the asterisk is part of the outline marker."
Expand Down

0 comments on commit 6329f77

Please sign in to comment.