1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00
Commit graph

201 commits

Author SHA1 Message Date
justbur
0ae863dd72 Add MELPA badge and change README indentation 2015-07-16 12:24:37 -04:00
justbur
46fed20a1a Add MELPA to install insructions 2015-07-16 08:09:52 -04:00
justbur
6082e06596 Merge branch 'master' of https://github.com/justbur/emacs-which-key 2015-07-16 07:53:34 -04:00
justbur
b47f6e7ff2 Bump version 2015-07-16 07:53:05 -04:00
Justin Burkett
ac6831fe6d Merge pull request #40 from xuchunyang/master
Make which-key buffer uninteresting
2015-07-16 07:52:08 -04:00
justbur
5752d1feb4 Change echo-keystrokes logic 2015-07-16 07:46:48 -04:00
Chunyang Xu
60aec4bbc3 Make which-key buffer uninteresting 2015-07-16 12:15:28 +08:00
justbur
6d2675a072 Erase truncate-lines message 2015-07-15 22:33:41 -04:00
justbur
9bbbe796b0 Tweak setup breaking out echo-keystrokes stuff 2015-07-15 22:27:14 -04:00
justbur
064e9b3fde Cleanup comments 2015-07-15 21:56:38 -04:00
justbur
ff3aa9a5a6 Add another key translation map to check 2015-07-15 21:52:24 -04:00
justbur
5c0c3c4bc9 Fix #39
`iso-transl-ctl-x-8-map' is not checked with `key-binding' because it's
stored in the `key-translation-map', so this adds a test against this
map.
2015-07-15 20:12:09 -04:00
justbur
909ebe4876 Better notes 2015-07-15 14:11:04 -04:00
justbur
abbedca804 Don't show echo-keystroke note more than once
Fix #38
2015-07-15 13:16:21 -04:00
justbur
a640439125 Fix typos 2015-07-15 13:11:12 -04:00
justbur
742a9039fc Add ability to temporarily prevent popups 2015-07-15 10:47:02 -04:00
justbur
be66556faf Remove useless when 2015-07-15 09:59:24 -04:00
Justin Burkett
b71d3c239d Merge pull request #36 from syohex/fix-funcall
Remove hash quotes
2015-07-15 05:45:06 -04:00
Justin Burkett
cf56764b30 Merge pull request #37 from purcell/patch-1
Misc formatting fixes
2015-07-15 05:30:21 -04:00
Steve Purcell
84a2346525 Misc formatting fixes
- Inline standard license blurb
- Define parent of custom group
- Insert missing blank lines between top-level declarations
2015-07-15 20:08:24 +12:00
Syohei YOSHIDA
fadd5fda44 Remove hash quotes
They are variables, not functions, so hash quotes are not necessary.
2015-07-15 10:35:13 +09:00
justbur
3ab7a2eebb Switch to only using dashes for symbol names
Matches elisp conventions to the letter
2015-07-14 19:49:43 -04:00
justbur
73dbd74826 Merge branch 'master' of https://github.com/justbur/emacs-which-key 2015-07-14 15:00:25 -04:00
justbur
c1b5b6bc10 Be consistent with use of double slash 2015-07-14 14:59:48 -04:00
Justin Burkett
bf4ce9f867 Merge pull request #34 from bmag/master
Updated images for split frame
2015-07-14 14:06:22 -04:00
Bar Magal
19fa37e1a4 Updated images for split frame 2015-07-14 21:02:40 +03:00
justbur
c0569471e3 Typo in readme 2015-07-14 12:43:55 -04:00
justbur
fc6fd2d920 Fix url in header 2015-07-14 12:21:11 -04:00
justbur
fe07489d5d flycheck-package fixes 2015-07-14 12:06:03 -04:00
justbur
3e9f476295 Reorg the readme and add key features to intro 2015-07-14 11:45:09 -04:00
justbur
1b55f62024 Cleanup replacement functions again 2015-07-14 09:26:52 -04:00
justbur
a1b88958da Fix add-replacement functions
Also cleanup use of push in code
2015-07-14 08:46:16 -04:00
justbur
e286290667 Fix #33
Check for group before replacements occur
2015-07-14 07:41:00 -04:00
justbur
8ce3f96702 New default pictures 2015-07-13 15:22:41 -04:00
justbur
01da1c5978 Convert custom functions to defcustom 2015-07-13 15:13:43 -04:00
justbur
5e1187f49b Fix weird no room error 2015-07-13 14:59:07 -04:00
justbur
c945a96768 Autoloads for helper functions 2015-07-13 11:23:25 -04:00
justbur
e1a03e6a33 Remove defaults related to outside packages 2015-07-13 11:22:47 -04:00
justbur
3d3f5727a5 Minor change to previous refactor 2015-07-13 08:59:39 -04:00
justbur
13406f7e41 Refactor column layout 2015-07-13 08:45:32 -04:00
justbur
10298abc50 Fix a message 2015-07-13 07:54:16 -04:00
justbur
f91238ac7a Remove some old code 2015-07-12 22:03:17 -04:00
justbur
ce4561c617 Add docstring for propertize-description 2015-07-12 21:58:26 -04:00
justbur
6ca5819593 Move unicode-correction and bump default to 3 2015-07-12 21:24:36 -04:00
justbur
8bb934e8e7 Fix #32
Main problem was a replacement regexp that looked for a forward slash in
the description, which removed group:x/y
2015-07-12 20:04:34 -04:00
justbur
e37adcd725 Fix unicode-correction docstring 2015-07-12 13:11:31 -04:00
justbur
dc84416e90 Add support for custom display functions 2015-07-12 13:00:53 -04:00
justbur
bed497a846 Change default unicode-correction 2015-07-12 11:53:09 -04:00
justbur
08d07360a2 Update commentary 2015-07-12 11:48:15 -04:00
justbur
fa1e05e47a Fixes #24 (Update docstrings) 2015-07-12 11:44:44 -04:00