blob: fc614544d560152e29b8333baf90be0b72bf5dcc (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "Add the following lines to your Emacs configuration file to start using this library:"
echo
echo " (require 'cns nil t)"
echo " (when (featurep 'cns)"
echo " (add-hook 'find-file-hook 'cns-auto-enable))"
}
|