mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
move #+STARTUP to org-setup.inc; add #+LINK_HOME
also remove #+AUTHOR since it ends up refering to the generator, not the actual author.
This commit is contained in:
parent
0aebb41aca
commit
07b1d3925c
@ -1,7 +1,5 @@
|
||||
#+TITLE: Yet another snippet extension
|
||||
#+STARTUP: showall
|
||||
|
||||
#+SETUPFILE: org-setup.inc
|
||||
#+TITLE: Yet another snippet extension
|
||||
|
||||
* Quick start
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
# -*- mode: org -*-
|
||||
|
||||
#+STARTUP: showall
|
||||
|
||||
#+LINK: sym file:snippet-reference.org::#%s
|
||||
|
||||
#+LINK_HOME: ./index.html
|
||||
#+OPTIONS: author:nil num:nil
|
||||
#+AUTHOR:
|
||||
|
@ -1,4 +1,5 @@
|
||||
#+SETUPFILE: org-setup.inc
|
||||
|
||||
#+TITLE: Writing snippets
|
||||
|
||||
* Snippet development
|
||||
|
@ -1,5 +1,4 @@
|
||||
#+SETUPFILE: org-setup.inc
|
||||
#+OPTIONS: H:4
|
||||
|
||||
#+TITLE: Expanding snippets
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#+STARTUP: showall
|
||||
#+SETUPFILE: org-setup.inc
|
||||
|
||||
#+TITLE: Reference
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user