updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / dictionary / dictionary.install
blob943dbe5840bc3b50b3910f1adc33810014323874
1 post_install() {
2   echo ">>" Add the following to your .emacs:
3   echo ">>   (load \"dictionary-init\")"
4   echo ">>" Useful keybindings:
5   echo ">>   (global-set-key \"\\C-cs\" 'dictionary-search)"
6   echo ">>   (global-set-key \"\\C-cm\" 'dictionary-match-words)"
9 op=$1
10 shift
11 [ "$(type -t "$op")" = "function" ] && $op "$@"
13 # vim:set ts=2 sw=2 et: