post_install () { cat << EOF ==> Add this code to your .emacs file to use the mode: (require 'guide-key) (guide-key-mode 1) ==> Or, with use-package: (use-package guide-key :config (guide-key-mode 1)) EOF } post_upgrade () { post_install $1 }