diff options
author | Mattias Andrée <maandree@kth.se> | 2017-11-23 21:50:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-11-23 21:50:57 +0100 |
commit | 5f15becca30a1ab7557851230a7e31d00aab9d8e (patch) | |
tree | 57d8f1fbae0e95a55763b21a6697b0017619da76 /paredit/paredit.install | |
parent | Update sha3sum (diff) | |
download | aur-packages-5f15becca30a1ab7557851230a7e31d00aab9d8e.tar.gz aur-packages-5f15becca30a1ab7557851230a7e31d00aab9d8e.tar.bz2 aur-packages-5f15becca30a1ab7557851230a7e31d00aab9d8e.tar.xz |
Disown some packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'paredit/paredit.install')
-rw-r--r-- | paredit/paredit.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/paredit/paredit.install b/paredit/paredit.install deleted file mode 100644 index 210acab..0000000 --- a/paredit/paredit.install +++ /dev/null @@ -1,17 +0,0 @@ -post_install() { - cat << 'EOF' -==> Put this in your $HOME/.emacs file to enable autoloading of paredit: - -(autoload 'paredit-mode "paredit" - "Minor mode for pseudo-structurally editing Lisp code." t) - -==> Toggle Paredit Mode with `M-x paredit-mode RET', or enable it -==> always in a major mode `M' (e.g., `lisp' or `scheme') with: - -(add-hook M-mode-hook (lambda () (paredit-mode +1))) -EOF -} - -post_upgrade() { - post_install -} |