Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 514 Bytes

File metadata and controls

18 lines (14 loc) · 514 Bytes

Awk Emacs yasnippet snippets

A collection of awk snippets for the Emacs yasnippet plugin.

Installation

Assuming yasnippet is installed in ~/.emacs.d/plugins/yasnippet/snippets:

mkdir -p ~/src
cd ~/src
# Clone this repository in ~/src/awk-yasnippets
git clone https://github.com/uberkael/awk-yasnippets.git

# Create a sym link to the repository bits in yasnippet
cd ~/.emacs.d/plugins/yasnippet/snippets
ln -s ~/src/awk-yasnippets/awk-mode .