hamacs/templates/fish-mode.fish
Howard Abrams 9f6eca95a1 Including the Lissner's Snippet collection
This includes the starting auto-insert code for bash scripts, fish
scripts and Emacs lisp. Off to a great start here.
2021-11-12 13:05:31 -08:00

9 lines
379 B
Fish
Executable file

#!/usr/bin/env fish
# ----------------------------------------------------------------------
# `(upcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`: $1
# ----------------------------------------------------------------------
function `(downcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))` --description "$1"
$0
end