Skip to content

Commit afb5d5a

Browse files
authored
Merge pull request #73 from JiechengZhao/patch-1
Create chinese_dollar in org mode
2 parents 772e0fc + ef18cb6 commit afb5d5a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

org-mode/chinese_dollar

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# -*- mode: snippet -*-
2+
# name: Chinese$
3+
# uuid: ¥¥
4+
# key: ¥¥
5+
# expand-env: ((yas-wrap-around-region (fcitx--deactivate)) (yas-after-exit-snippet-hook (lambda () (fcitx--activate))))
6+
# condition: t
7+
# --
8+
\$$1\$ $0

org-mode/chinese_link

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# -*- mode: snippet -*-
2+
# name: chinese【
3+
# uuid: 【【
4+
# key: 【【
5+
# expand-env: ((yas-wrap-around-region (fcitx--deactivate)) (yas-after-exit-snippet-hook (lambda () (fcitx--activate))))
6+
# condition: t
7+
# --
8+
[[$0]]

0 commit comments

Comments
 (0)