1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 05:21:26 -08:00
Commit graph

40 commits

Author SHA1 Message Date
justbur
ffbdc2a3ca Reorganize code a little 2015-07-04 11:10:20 -04:00
justbur
17b5f3dfd9 Factor out display functions
To add customization options later
2015-07-04 11:07:22 -04:00
justbur
add8fca39f Change formatting of groups 2015-07-03 23:33:16 -04:00
justbur
8d9f79ac14 Toggle timer on frame focus 2015-07-03 23:02:51 -04:00
justbur
fa368fc611 Fix index error for subseq 2015-07-03 22:19:50 -04:00
justbur
558090e119 Switch default to minibuffer
There are a lot of changes here.
  1. Reorganized and factored a bunch of code.
  2. Rewrote the logic to calculate line breaks (much cleaner).
  3. Switched to using the minibuffer by default, which seems more
  foolproof and saves line space (I'm sure there's something wrong with
  this).
2015-07-03 22:10:34 -04:00
justbur
3e704213fb Update docstrings and fix packaging 2015-07-03 15:39:56 -04:00
justbur
6875c207b8 Move cursor code to setup 2015-07-03 13:25:26 -04:00
justbur
5af44458b7 Try to hide cursor 2015-07-03 13:07:07 -04:00
justbur
31dff26dad Better picture 2015-07-03 13:06:43 -04:00
justbur
79ec100fb4 Get the cursor out of the way 2015-07-03 12:51:05 -04:00
justbur
beaba56f36 Add picture to readme 2015-07-03 12:50:37 -04:00
justbur
5185467c6b Arrows are more fun
Also add padding between entries
2015-07-03 12:42:03 -04:00
justbur
5039c93d86 Switch readme to org-mode 2015-07-03 08:40:09 -04:00
justbur
c77a6efccb Switch back to popwin for now 2015-07-03 08:32:40 -04:00
justbur
63fde0d3f2 Remove unnecessary checks 2015-07-03 08:12:10 -04:00
justbur
230ffc306f Save popwin functions as comments 2015-07-03 08:09:27 -04:00
justbur
776e39e98b Merge branch 'display-buffer' 2015-07-03 08:07:02 -04:00
justbur
5614be0e7d Remove commented funcs and messages 2015-07-02 21:33:35 -04:00
justbur
41d0d60c3d Add option to select display-buffer function.
Only 2 are implemented at the moment.
2015-07-02 21:28:48 -04:00
justbur
ada5cfda1c Declare `which-key--close-timer' 2015-07-02 20:05:01 -04:00
justbur
515ed1df96 Fix close timer randomly kicking in
when you take too long to decide
2015-07-02 19:31:33 -04:00
justbur
d57fca695d Fix text replacement alist
Conflicts:
	which-key.el
2015-07-02 19:12:00 -04:00
justbur
b353cd2a35 Fix text replacement alist 2015-07-02 19:09:11 -04:00
justbur
94d5fd571c Switch from popwin to display-buffer 2015-07-02 18:19:32 -04:00
justbur
04708f29d8 Start working on MELPA requirements 2015-07-02 11:41:59 -04:00
justbur
a9c54a458a Add provide line 2015-07-02 09:19:48 -04:00
justbur
e2f76653de Fix variable names 2015-07-02 08:55:14 -04:00
justbur
56bc8983e7 Make internal variables stand out 2015-07-02 08:36:54 -04:00
justbur
cc95f9125f Reorganize main update function 2015-07-02 08:33:23 -04:00
justbur
8ce8558de8 Cleanup 2015-07-02 08:02:55 -04:00
justbur
24b665c59a Less rough now 2015-07-01 22:42:42 -04:00
justbur
152ee1967b Add option to force buffer closed after certain amount of time 2015-07-01 22:41:22 -04:00
justbur
6812f74d94 Fix vertical buffer width
I think
2015-07-01 22:34:26 -04:00
justbur
3f2a289743 Improve choice of buffer width and height 2015-07-01 22:03:05 -04:00
Justin Burkett
26e5c38cb7 Create README.md 2015-07-01 21:13:20 -04:00
justbur
96a7bb9559 Add docstrings 2015-07-01 21:07:09 -04:00
justbur
74c331e5b3 Remove hardcoded variables and switch popwin method
Use display-buffer with popwin:special-display-config
2015-07-01 20:56:18 -04:00
justbur
673193d55b Initial Commit 2015-07-01 20:32:59 -04:00
Justin Burkett
eee44fd998 Add license 2015-07-01 20:20:55 -04:00