Emacs: new switch snippet.

master
Ambrevar 2012-08-07 14:37:28 +01:00
parent 301535ce72
commit 636e810d41
4 changed files with 19 additions and 2 deletions

View File

@ -170,6 +170,7 @@ trash-cli
tree
unrar
unzip
upx
urxvt-clipboard
urxvt-keyboard-select
usbutils

View File

@ -500,6 +500,7 @@ tzdata
udisks
unrar
unzip
upx
usbutils
util-linux
v4l-utils

View File

@ -0,0 +1,14 @@
#name : switch (...) { ... }
# --
switch ($1)
{
case $2:
{
$0
break;
}
default:
{
break;
}
}

5
README
View File

@ -1,7 +1,7 @@
################################################################################
# Unix Home Configuration #
# Author: Ambrevar #
# Date: 2012-07-20 #
# Date: 2012-08-07 #
################################################################################
Synopsis
@ -145,7 +145,8 @@ is not running.
Shell: some custom functions would need auto-completion.
Zathura: app will hang forever sometimes (document being regenerated).
Zathura: app will hang forever sometimes (when document is being regenerated, or
when launched from Ranger).
################################################################################
Complete applist