578ed1ba98
Moving all of my Emacs-related files into their own directory at the root of this repository.
5 lines
No EOL
89 B
Text
5 lines
No EOL
89 B
Text
# -*- mode: snippet -*-
|
|
# name: Import qualified
|
|
# key: iq
|
|
# --
|
|
import qualified $1 as $2 |