Add *.org file template
This commit is contained in:
parent
7365bab2a3
commit
11e55a5a4f
2 changed files with 3 additions and 1 deletions
|
@ -79,6 +79,8 @@
|
|||
("/conf\\.lua$" "__conf.lua" love-mode)
|
||||
;; Markdown
|
||||
("\\.md$" "__" markdown-mode)
|
||||
;; Org
|
||||
("\\.org$" "__" org-mode)
|
||||
;; PHP
|
||||
("\\.php$" "__" php-mode)
|
||||
("\\.class\\.php$" "__.class.php" php-mode)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Org template
|
||||
# --
|
||||
#+TITLE:${1:`(file-name-base buffer-file-name)`}
|
||||
#+TITLE: ${1:`(file-name-base buffer-file-name)`}
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue