aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/snippets
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-09-11 23:54:31 -0700
committerGravatar Tom Willemse2021-09-11 23:54:31 -0700
commit6993a3f7afd3d734a79784de968caadaca3233a5 (patch)
treeb79541d03de83965850e565cce20cdbcab173fc7 /oni-org/snippets
parent4fee53aae55a2cd89d24a6c90be66d5787cd8e95 (diff)
downloademacs-config-6993a3f7afd3d734a79784de968caadaca3233a5.tar.gz
emacs-config-6993a3f7afd3d734a79784de968caadaca3233a5.zip
[oni-org] Remove old compiled snippets file
Diffstat (limited to 'oni-org/snippets')
-rw-r--r--oni-org/snippets/org-mode/.yas-compiled-snippets.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/oni-org/snippets/org-mode/.yas-compiled-snippets.el b/oni-org/snippets/org-mode/.yas-compiled-snippets.el
deleted file mode 100644
index 84e4e69..0000000
--- a/oni-org/snippets/org-mode/.yas-compiled-snippets.el
+++ /dev/null
@@ -1,11 +0,0 @@
-;;; Compiled snippets and support files for `org-mode'
-;;; Snippet definitions:
-;;;
-(yas-define-snippets 'org-mode
- '(("snippet" "#+TITLE: ${1:snippet-name}\n#+OPTIONS: toc:nil\n\n* $1\n\n ${2:A short description abount $1}\n\n #+BEGIN_SRC $3 :tangle yes\n$0\n #+END_SRC" "snippet" nil nil nil "/home/chelys/projects/new-dotfiles/emacs/.emacs.d/snippets/org-mode/snippet" nil nil)
- ("project" "#+TITLE: ${1:project_name}\n#+LINK: src ${2:http://code.ryuslash.org/cgit.cgi/$3$1/}\n#+LINK: tar_gz $2${4:snapshot/$1-master}.tar.gz\n#+LINK: zip $2$4.zip\n#+STARTUP: showall\n\n#+begin_html\n <script src=\"/keyjs.js\" type=\"text/javascript\"></script>\n <script type=\"text/javascript\">\n keyjs_initialize({ \"u\": [ \"keyjs_goto\", \"../index.html\" ],\n \"h\": [ \"keyjs_goto\", \"http://ryuslash.org\" ] });\n </script>\n#+end_html\n\n#+INCLUDE: \"dlmenu.inc\"\n\n* About\n\n ${5:A short description about $1}\n\n | $0Status | $6 |\n | Language | $7 |\n | License | ${8:GPLv3} |\n\n* Why?\n\n ${9:Why did you even think of writing $1?}\n\n* Features\n\n ${10:$1 does...}\n\n* Dependencies\n\n ${11:$1 needs to have...}\n\n* Download\n\n ${12:To download $1...}\n\n* Install\n\n ${13:To install $1...}\n\n* Usage\n\n ${14:Using $1...}" "project" nil nil nil "/home/chelys/projects/new-dotfiles/emacs/.emacs.d/snippets/org-mode/project" nil nil)
- ("*" "${1:*} ${2:TODO} $3\n${1:$(make-string (length text) ?\\ )} :PROPERTIES:\n${1:$(make-string (length text) ?\\ )} :CATEGORY: $4\n${1:$(make-string (length text) ?\\ )} :END:\n${1:$(make-string (length text) ?\\ )} $0" "Heading" nil nil nil "/home/chelys/projects/new-dotfiles/emacs/.emacs.d/snippets/org-mode/heading" nil nil)
- ("code" "#+begin_src $1\n $0\n#+end_src" "codeblock" nil nil nil "/home/chelys/projects/new-dotfiles/emacs/.emacs.d/snippets/org-mode/codeblock" nil nil)))
-
-
-;;; Do not edit! File generated at Sun Jun 24 19:24:25 2018