This commit is contained in:
Spenser Truex 2019-06-23 10:41:15 -07:00
parent 810d453ac8
commit cc917a59e4
28 changed files with 46 additions and 46 deletions

View File

@ -2,4 +2,4 @@
# name: author
# key: <au
# --
#+AUTHOR: $0
#+author: $0

View File

@ -2,6 +2,6 @@
# name: center
# key: <c
# --
#+BEGIN_CENTER
#+begin_center
$0
#+END_CENTER
#+end_center

View File

@ -2,4 +2,4 @@
# name: date
# key: <da
# --
#+DATE: ${1:Year}:${2:month}:${3:day}
#+date: ${1:year}:${2:month}:${3:day}

View File

@ -2,4 +2,4 @@
# name: description
# key: desc
# --
#+DESCRIPTION: $0
#+description: $0

View File

@ -2,6 +2,6 @@
# name: elisp
# key: elisp_
# --
#+BEGIN_SRC emacs-lisp :tangle yes
#+begin_src emacs-lisp :tangle yes
$0
#+END_SRC
#+end_src

View File

@ -2,6 +2,6 @@
# name: emacs-lisp
# key: emacs-lisp_
# --
#+BEGIN_SRC emacs-lisp :tangle yes
#+begin_src emacs-lisp :tangle yes
$0
#+END_SRC
#+end_src

View File

@ -2,4 +2,4 @@
# name: email
# key: <em
# --
#+EMAIL: $0
#+email: $0

View File

@ -2,6 +2,6 @@
# name: example
# key: <e
# --
#+BEGIN_EXAMPLE
#+begin_example
$0
#+END_EXAMPLE
#+end_example

View File

@ -2,6 +2,6 @@
# name: export
# key: <ex
# --
#+BEGIN_EXPORT ${1:type}
#+begin_export ${1:type}
$0
#+END_EXPORT
#+end_export

View File

@ -2,6 +2,6 @@
# name: figure
# key: fig_
# --
#+CAPTION: ${1:caption}
#+ATTR_LaTeX: ${2:scale=0.75}
#+LABEL: fig:${3:label}$0
#+caption: ${1:caption}
#+attr_latex: ${2:scale=0.75}
#+label: fig:${3:label}$0

View File

@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name: HTML
# key: <HT
# name: html
# key: <ht
# --
#+HTML:$1
#+html:$1

View File

@ -2,4 +2,4 @@
# name: include
# key: <i
# --
#+INCLUDE: $0
#+include: $0

View File

@ -2,6 +2,6 @@
# name: ipython
# key: ipy_
# --
#+BEGIN_SRC ipython :session ${1:session01} :file ${2:$$(concat (make-temp-name "./ipython-") ".png")} :exports ${3:both}
#+begin_src ipython :session ${1:session01} :file ${2:$$(concat (make-temp-name "./ipython-") ".png")} :exports ${3:both}
$0
#+END_SRC
#+end_src

View File

@ -2,4 +2,4 @@
# name: keywords
# key: <ke
# --
#+KEYWORDS: $0
#+keywords: $0

View File

@ -2,4 +2,4 @@
# name: language
# key: <lan
# --
#+LANGUAGE: ${1:en}
#+language: ${1:en}

View File

@ -2,4 +2,4 @@
# name: link
# key: <li
# --
[[${1:external_link}][${2:Description}]
[[${1:external_link}][${2:description}]

View File

@ -2,4 +2,4 @@
# name: options
# key: <op
# --
#+OPTIONS: H:${1:1} num:${2:t||nil} toc:${3:t||nil}$0
#+options: h:${1:1} num:${2:t||nil} toc:${3:t||nil}$0

View File

@ -2,6 +2,6 @@
# name: python
# key: py_
# --
#+BEGIN_SRC python
#+begin_src python
$0
#+END_SRC
#+end_src

View File

@ -2,6 +2,6 @@
# name: quote
# key: <q
# --
#+BEGIN_QUOTE
#+begin_quote
$0
#+END_QUOTE
#+end_quote

View File

@ -3,6 +3,6 @@
# key: <rsb
# --
:PROPERTIES:
:properties:
:reveal_background: ${1: #123456}
:END:
:end:

View File

@ -3,7 +3,7 @@
# key: <rib
# --
:PROPERTIES:
:properties:
:reveal_background: ${1: path of the image}
:reveal_background_trans: ${2: default||cube||page||concave||zoom||linear||fade||none||slide}
:END:
:end:

View File

@ -2,4 +2,4 @@
# name: setup
# key: set
# --
#+SETUPFILE: $0
#+setupfile: $0

View File

@ -2,4 +2,4 @@
# name: style
# key: <st
# --
#+STYLE: <link rel="stylesheet" type="text/css" href="$1" />
#+style: <link rel="stylesheet" type="text/css" href="$1" />

View File

@ -2,6 +2,6 @@
# name: table
# key: <ta
# --
#+CAPTION: ${1: caption of the table}
#+caption: ${1: caption of the table}
|${2:column 1} | ${3: column 2} |
|--------------+----------------|

View File

@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name: Title
# name: title
# key: <ti
# --
#+TITLE: $0
#+title: $0

View File

@ -1,8 +1,8 @@
# -*- mode: snippet -*-
# name: uml
# key: uml
# contributor : Robert O'Connor
# contributor : Robert O'connor
# --
#+BEGIN_UML
#+begin_uml
$1
#+END_UML
#+end_uml

View File

@ -2,6 +2,6 @@
# name: verse
# key: <v
# --
#+BEGIN_VERSE
#+begin_verse
$0
#+END_VERSE
#+end_verse

View File

@ -2,5 +2,5 @@
# name: video
# key: <vi
# --
##videos must be used with an image..so when image is clicked video starts
[[${1:link of the video}][file:${2:link of the image}]