repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
emacs-etags-select
/
emacs-etags-select.install
blob
04cbe9fc7b3728515c8edcc4b2b6d6dc6cae67f6
1
# -*- mode: sh; -*-
2
3
post_install() {
4
cat << EOF
5
6
==> To start using this package, add following lines to your .emacs:
7
8
(require 'etags-select)
9
10
(global-set-key "\M-?" 'etags-select-find-tag-at-point)
11
(global-set-key "\M-." 'etags-select-find-tag)
12
13
EOF
14
}
15
16
post_upgrade() {
17
post_install $1
18
}