Move emacs dir from thoom-emacs/ to emacs/

This commit is contained in:
2024-10-03 14:45:33 -07:00
parent 8fdb6dca82
commit da83c7673a
8 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
#name : Eshell for loop
#key : for
# --
for f in ${1:*} { ${2:echo} "$f"; $3} $0

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: Org Src Block
# key: ,src
# --
#+BEGIN_SRC $1
$2
#+END_SRC