| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Merge branch 'fill-columns' | justbur | 2015-07-10 | 1 | -181/+216 | |
| | | |\ \ | ||||||
| | | | * | | Reorganize code and clean-up comments a little | justbur | 2015-07-10 | 1 | -107/+123 | |
| | | | * | | Re-enable the prefix option | justbur | 2015-07-10 | 1 | -62/+30 | |
| | | | * | | Require dash | justbur | 2015-07-10 | 1 | -1/+2 | |
| | | | * | | Merge pull request #26 from bmag/fill-columns | Justin Burkett | 2015-07-10 | 1 | -3/+4 | |
| | | | |\ \ | ||||||
| | | | | * | | Check frame width in a non-buggy way | Bar Magal | 2015-07-10 | 1 | -1/+1 | |
| | | | | * | | Use toggle-truncate-lines; reduce -> cl-reduce | Bar Magal | 2015-07-10 | 1 | -2/+3 | |
| | | | |/ / | ||||||
| | | | * | | Bring back error message for too small of a frame | justbur | 2015-07-10 | 1 | -16/+16 | |
| | | | * | | Fix bug (layout wasn't going to 1 line) | justbur | 2015-07-10 | 1 | -1/+1 | |
| | | | * | | Fill columns first with variable column width | justbur | 2015-07-10 | 1 | -109/+158 | |
| | | * | | | Merge pull request #27 from bmag/master | Justin Burkett | 2015-07-10 | 1 | -11/+11 | |
| | | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | | * | | Fix some defcustoms | Bar Magal | 2015-07-10 | 1 | -11/+11 | |
| | | |/ / | ||||||
| | | * | | Fix bug in populate buffer | justbur | 2015-07-09 | 1 | -1/+2 | |
| | | |/ | ||||||
| | | * | Fix #6: TODO for defcustom | justbur | 2015-07-09 | 1 | -34/+73 | |
| | | * | Make variables stand-out in readme | justbur | 2015-07-09 | 1 | -5/+5 | |
| | | * | Fix add replacement functions | justbur | 2015-07-09 | 1 | -16/+20 | |
| | | * | Another typo | justbur | 2015-07-09 | 1 | -1/+1 | |
| | | * | Typo in add-major-mode-key-based-... | justbur | 2015-07-09 | 1 | -1/+1 | |
| | | * | Merge branch 'better-window-sizes' | justbur | 2015-07-09 | 1 | -18/+84 | |
| | | |\ | ||||||
| | | | * | remove mode-line | justbur | 2015-07-09 | 1 | -1/+1 | |
| | | | * | Merge branch 'better-window-sizes' of https://github.com/bmag/emacs-which-key... | justbur | 2015-07-09 | 1 | -8/+16 | |
| | | | |\ | ||||||
| | | | | * | Use fit-window-to-buffer again | Bar Magal | 2015-07-09 | 1 | -8/+16 | |
| | | | * | | Change side-window params to percentages | justbur | 2015-07-09 | 1 | -2/+2 | |
| | | | |/ | ||||||
| | | | * | Allow percentages for side-window max sizes #19 | Bar Magal | 2015-07-09 | 1 | -4/+29 | |
| | | | * | Fix text vs. total window width handling #22 | Bar Magal | 2015-07-09 | 1 | -8/+41 | |
| | | * | | Add functions for adding to replacement alists | justbur | 2015-07-09 | 1 | -0/+34 | |
| | | * | | Remove mode-line and tweak max-height | justbur | 2015-07-09 | 1 | -3/+2 | |
| | | |/ | ||||||
| | | * | Make user setup functions interactive and autoload | justbur | 2015-07-09 | 1 | -0/+6 | |
| | | * | Fix #22 | justbur | 2015-07-09 | 1 | -1/+3 | |
| | | * | Remove hidden-mode-line-mode | justbur | 2015-07-09 | 1 | -1/+1 | |
| | | * | Add minibuffer picture | justbur | 2015-07-08 | 1 | -0/+0 | |
| | | * | Delete which-key-minibuffer.PNG | Justin Burkett | 2015-07-08 | 1 | -0/+0 | |
| | | * | Add bottom section and picture to readme | justbur | 2015-07-08 | 1 | -0/+10 | |
| | | * | Add minibuffer picture | justbur | 2015-07-08 | 1 | -0/+0 | |
| | | * | Add config setup functions and more | justbur | 2015-07-08 | 1 | -8/+33 | |
| | | * | Update readme | justbur | 2015-07-08 | 3 | -10/+65 | |
| | | * | Possible fix for #18 | justbur | 2015-07-08 | 1 | -1/+2 | |
| | | * | Fix #21 | justbur | 2015-07-08 | 1 | -2/+6 | |
| | | * | Fix act-width in populate-buffer | justbur | 2015-07-08 | 1 | -8/+9 | |
| | | * | Rework key-based replacement | justbur | 2015-07-08 | 1 | -17/+21 | |
| | | * | Fix replace-match and rewrite propertize-key | justbur | 2015-07-08 | 1 | -16/+15 | |
| | | * | Break out key-based replacement function. | justbur | 2015-07-08 | 1 | -28/+30 | |
| | | * | Fixes #19 | justbur | 2015-07-08 | 1 | -1/+3 | |
| | | * | Remove hide-popup call from update function | justbur | 2015-07-08 | 1 | -15/+14 | |
| | | * | Fix bug in format-matches | justbur | 2015-07-08 | 1 | -12/+9 | |
| | | * | Add option to specify major-mode in replacements | justbur | 2015-07-08 | 1 | -25/+31 | |
| | | * | Revert unintended change to act-height calc | justbur | 2015-07-08 | 1 | -1/+1 | |
| | | * | Fix #17 errors when not enough room is available. | justbur | 2015-07-08 | 1 | -28/+46 | |
| | | * | Add :group to faces | justbur | 2015-07-08 | 1 | -5/+10 | |
| | | * | Require cl-lib | justbur | 2015-07-08 | 1 | -2/+1 | |