diff --git a/.arch-pkg-explicit-zeus b/.arch-pkg-explicit-zeus index d78a878f..3741d966 100644 --- a/.arch-pkg-explicit-zeus +++ b/.arch-pkg-explicit-zeus @@ -170,6 +170,7 @@ trash-cli tree unrar unzip +upx urxvt-clipboard urxvt-keyboard-select usbutils diff --git a/.arch-pkg-official-zeus b/.arch-pkg-official-zeus index 79861e59..db10a208 100644 --- a/.arch-pkg-official-zeus +++ b/.arch-pkg-official-zeus @@ -500,6 +500,7 @@ tzdata udisks unrar unzip +upx usbutils util-linux v4l-utils diff --git a/.emacs.d/plugins/yas/snippets/text-mode/cc-mode/switch b/.emacs.d/plugins/yas/snippets/text-mode/cc-mode/switch new file mode 100644 index 00000000..1582e19e --- /dev/null +++ b/.emacs.d/plugins/yas/snippets/text-mode/cc-mode/switch @@ -0,0 +1,14 @@ +#name : switch (...) { ... } +# -- +switch ($1) +{ +case $2: +{ + $0 + break; +} +default: +{ + break; +} +} \ No newline at end of file diff --git a/README b/README index f742b724..c92afde7 100644 --- a/README +++ b/README @@ -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