init
This commit is contained in:
7
snippets/org-mode/table
Normal file
7
snippets/org-mode/table
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: table
|
||||
# key: <ta
|
||||
# --
|
||||
#+caption: ${1: caption of the table}
|
||||
|${2:column 1} | ${3: column 2} |
|
||||
|--------------+----------------|
|
||||
Reference in New Issue
Block a user