Skip to content
config-emacs.git
⋮
Summary
Commits
Files
config-emacs.git
/
resources
/
snippets
/
org-mode
/
img
[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
View raw
1
# -*- mode: snippet -*-
2
# name: img
3
# key: $img
4
# --
5
#+NAME: ${1:image-title}
6
#+CAPTION[${2:Short caption}]: $2. ${3:Optional additional details}
7
[[`(concat user-emacs-directory "img/")`$0--]]
Summary
Commits
Files