blob: 49f22f0e4f4649ef51448a758595b176c5e6a692 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ">>" Add the following to your .emacs:
echo ">> (add-to-list 'load-path \"/usr/share/emacs/site-lisp/dictionary/\")"
echo ">> (load \"dictionary-init\")"
echo ">>" Useful keybindings:
echo ">> (global-set-key \"\\C-cs\" 'dictionary-search)"
echo ">> (global-set-key \"\\C-cm\" 'dictionary-match-words)"
}
|