Removed elpa packages, need to find a way to auto install
This commit is contained in:
7
emacs/.emacs.d/snippets/sh-mode/for loop
Normal file
7
emacs/.emacs.d/snippets/sh-mode/for loop
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: for loop
|
||||
# key: for
|
||||
# --
|
||||
for ${1:var} in ${2:stuff}; do
|
||||
$0
|
||||
done
|
||||
Reference in New Issue
Block a user