Skip to content

Commit

Permalink
refactor(org-mode): rename embedded -> inline
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dschrempf committed Mar 21, 2022
1 parent f61c23e commit 0a172f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions org-mode/embedded

This file was deleted.

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

0 comments on commit 0a172f9

Please sign in to comment.