mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-21 e75a20334813452c6912c090d70a0de2c805f94d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
;ELC
;;; Compiled
;;; in Emacs version 26.1
;;; with all optimizations.
 
;;; This file uses dynamic docstrings, first added in Emacs 19.29.
 
;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 
(byte-code "\300\301!\210\300\302!\207" [require smartparens smartparens-text] 2)
#@113 Do not insert ```...``` pair if that would be handled by `markdown-electric-backquote'.
 
(fn ID ACTION CONTEXT)
(defalias 'sp-gfm-electric-backquote-p #[771 "\301=\205 \205 \302\303!\207" [markdown-gfm-use-electric-backquote insert sp--looking-back-p "^```"] 5 (#$ . 491)])
#@125 Return t if point is after a word, nil otherwise.
This predicate is only tested on "insert" action.
 
(fn ID ACTION CONTEXT)
(defalias 'sp--gfm-point-after-word-p #[771 "\300=\205 \301\302\303!P!\207" [insert sp--looking-back-p "\\(\\sw\\)" regexp-quote] 7 (#$ . 776)])
#@74 Non-nil if we should ignore this asterisk as a delimiter.
 
(fn MS MB ME)
(defalias 'sp--gfm-skip-asterisk #[771 "\212b\210\300 \301\302\303\304\305!\306\"\307$\216\310\311!)\262)\207" [match-data make-byte-code 0 "\301\300\302\"\207" vconcat vector [set-match-data evaporate] 3 looking-at "^\\* "] 10 (#$ . 1054)])
(byte-code "\300\301\302\211\303\304\305\306\307\310&    \210\301\311\211#\210\301\312\211\303\313%\266\314\301\315\211#\266\316\301\317\211\303\320%\210\301\315\211\303\321%\266\322\323!\207" [(markdown-mode gfm-mode) sp-local-pair "*" :unless (sp--gfm-point-after-word-p sp-point-at-bol-p) :post-handlers (("[d1]" "SPC")) :skip-match sp--gfm-skip-asterisk "**" "_" (sp-point-after-word-p) markdown-mode "```" gfm-mode "`" (:add sp-gfm-electric-backquote-p) (:add sp-gfm-electric-backquote-p) provide smartparens-markdown] 11)