diff options
| author | Vasilij Schneidermann <mail@vasilij.de> | 2017-05-10 22:40:36 +0200 |
|---|---|---|
| committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-05-10 22:40:36 +0200 |
| commit | 0445068b65a9702660db1abef4f96ad393e29dad (patch) | |
| tree | fa17744e007cec1c8a12e40bcc4d9dbce866ba46 /CONTRIBUTING.md | |
| parent | bc3db5cf16506d94049e4611b1873c7d76e4e070 (diff) | |
Reword package loading notes
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f31761..913a5e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,11 +14,13 @@ Bug reports and feature requests should be made on the - Whether you use Emacs/Evil in terminal mode with some terminal multiplexer like **tmux** or **screen** (and see below). -2. Test the bug in a clean Emacs environment without any additional packages - loaded (besides Evil itself). You can easily get such an environment by - executing either `make emacs` (for X) or `make terminal` (for terminal mode) - in Evil's source directory. If your bug is related to some other packages, - try to load only this package directly from the clean environment. +2. Test the bug in a clean Emacs environment without any additional + packages loaded (besides Evil itself). You can easily get such an + environment by executing either `make emacs` (for X) or `make + terminal` (for terminal mode) in Evil's source directory. If your + bug is related to some other package, try to load only this package + from the clean environment after using `M-x package-initialize` + first. 3. If you've just updated your Evil from the repository, **do not forget to recompile** Evil by executing `make` in Evil's source directory. |
