post_install() { cat < Add this code to your Emacs init to use markdown-mode: (autoload 'lll-mode "lll-mode.el" "Major mode for editing LLL files" t) (setq auto-mode-alist (append '(("\\.lll$" . lll-mode)) auto-mode-alist)) EOF } post_upgrade() { post_install $1 }