mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/ecb install file..oops
This commit is contained in:
parent
c4fe1854a4
commit
0a167296c3
1 changed files with 16 additions and 0 deletions
16
community/ecb/ecb.install
Normal file
16
community/ecb/ecb.install
Normal file
|
@ -0,0 +1,16 @@
|
|||
pre_install() {
|
||||
cat << EOM
|
||||
|
||||
In order to actually use ecb you have to follow some more steps:
|
||||
1. Add the new ECB-directory to your emacs load-path variable.
|
||||
For example you may add this line into your ~/.emacs file:
|
||||
(add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb")
|
||||
|
||||
2. To load ecb at startup:
|
||||
(require 'ecb)
|
||||
- or -
|
||||
To load ecb first after starting it by ecb-activate:
|
||||
(require 'ecb-autoloads)
|
||||
|
||||
EOM
|
||||
}
|
Loading…
Reference in a new issue