mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(emacs): Snippets loading and writing setup
This commit is contained in:
parent
d0f1044013
commit
31fde92975
9 changed files with 61 additions and 12 deletions
8
tools/emacs.d/snippets/org-mode/begin_src_elisp
Normal file
8
tools/emacs.d/snippets/org-mode/begin_src_elisp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: elisp
|
||||
# key: elisp
|
||||
# --
|
||||
|
||||
#+BEGIN_SRC elisp
|
||||
$1
|
||||
#+END_SRC
|
||||
Loading…
Add table
Add a link
Reference in a new issue