First commit.
This commit is contained in:
8
snippets/org-mode/head
Normal file
8
snippets/org-mode/head
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: org-file header
|
||||
# key: head
|
||||
# uuid: head
|
||||
# --
|
||||
#+title: ${1:untitled document}
|
||||
#+author: ${2:`user-full-name`}
|
||||
#+email: ${3:`user-mail-address`}
|
Reference in New Issue
Block a user