Skip to content

Commit 0a172f9

Browse files
authored
refactor(org-mode): rename embedded -> inline
Inline seems to be the better word. I also changed `:where` to `:exports code`, which is usually required. Also I was confused by `:where`, and `:exports code` signalizes that this is the inline code header.
1 parent f61c23e commit 0a172f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

org-mode/embedded

Lines changed: 0 additions & 6 deletions
This file was deleted.

org-mode/inline

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- mode: snippet -*-
2+
# name: inline code
3+
# key: inl
4+
# uuid: inl
5+
# --
6+
src_${1:language}${2:[${3::exports code}]}{${4:code}}

0 commit comments

Comments
 (0)