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)"
11 [ "$(type -t "$op")" = "function" ] && $op "$@"
13 # vim:set ts=2 sw=2 et: