mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add *.org file template
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user