commit: | 22b3cbc9c815cc6d9ba480c6cde2cc41bb7a45f8 |
author: | Trevor Bentley |
committer: | GitHub |
date: | Sun Apr 29 18:24:06 2018 +0000 |
parents: | 7b8263576ec0a879bba7fca0f42fc0d8094dd7e2 |
diff --git a/README.md b/README.md line changes: +13/-0 index e50ba32..7268bcb --- a/README.md +++ b/README.md
@@ -35,6 +35,19 @@ printed in the echo area. (maxibuffer-open "This is a test" 'message) +## Installation + + +1. Clone repo in your `~/.emacs.d/` folder: +``` +$ cd ~/.emacs.d/ && git clone https://github.com/mrmekon/emacs-maxibuffer.git +``` +2. Add it to your `~/.emacs` config: +``` +(add-to-list 'load-path "~/.emacs.d/emacs-maxibuffer/") +(require 'maxibuffer) +``` + ## Contributing Make a pull request, or send an e-mail.