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)
|
("/conf\\.lua$" "__conf.lua" love-mode)
|
||||||
;; Markdown
|
;; Markdown
|
||||||
("\\.md$" "__" markdown-mode)
|
("\\.md$" "__" markdown-mode)
|
||||||
|
;; Org
|
||||||
|
("\\.org$" "__" org-mode)
|
||||||
;; PHP
|
;; PHP
|
||||||
("\\.php$" "__" php-mode)
|
("\\.php$" "__" php-mode)
|
||||||
("\\.class\\.php$" "__.class.php" php-mode)
|
("\\.class\\.php$" "__.class.php" php-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue