Commit Graph

179 Commits

Author SHA1 Message Date
James Nguyen 92ac2eb09d Add alchemist 2017-11-26 23:47:23 -08:00
James Nguyen de887fb4be Use g? for help (#40) 2017-11-26 23:20:32 -08:00
James Nguyen 398ab2f4db Remove hash quotes from third party packages 2017-11-26 23:16:45 -08:00
James Nguyen 9ca543b74d Cider: Add some keys and tweaks 2017-11-26 20:00:34 -08:00
James Nguyen af5fadf798 Elisp: Use separate function to handle toggling or newlining
Since the text properties only takes in one map at a time (as far as I
know), the insert/normal state auxillery maps will conflict with each
other. It's easier to have C-m trigger a function that checks its
state and Does The Right Thing instead.
2017-11-26 12:01:07 -08:00
Pierre Neidhardt 30d3144048 outline: Fix state to motion 2017-11-24 11:11:28 +01:00
Pierre Neidhardt 2a8e27eade dired: Bind "j/k" to dired-next-line/dired-previous-line 2017-11-24 08:52:14 +01:00
Pierre Neidhardt 394d7727b7 readme: Fix syntax, add Mutt reference, mention "=" conflict 2017-11-23 16:47:24 +01:00
Pierre Neidhardt 313854460f Add "gj/gk" bindings to most modes 2017-11-23 16:28:46 +01:00
Pierre Neidhardt 1bea616f36 Rename "update" comment to the more meaningful "refresh" 2017-11-23 16:27:48 +01:00
Pierre Neidhardt dc045dd960 Add the "zoom" comment 2017-11-23 16:17:41 +01:00
Pierre Neidhardt d3b4c7e36a pass: Use kbd 2017-11-23 15:42:09 +01:00
Pierre Neidhardt 4328c6f793 p4: Use kbd 2017-11-23 15:41:47 +01:00
Pierre Neidhardt 713be15c11 transmission: Add "goto" comment 2017-11-23 15:41:09 +01:00
Pierre Neidhardt 4ae47b5b7c tide: Remove unneeded kbd, add "quit" comment 2017-11-23 15:40:50 +01:00
Pierre Neidhardt 4b6f42049f slime: Use kbd, add "update", "goto", "quit" comments 2017-11-23 15:40:30 +01:00
Pierre Neidhardt 6f4630ab9b prodigy: Add "quit" and "update" comment 2017-11-23 15:40:06 +01:00
Pierre Neidhardt d8564d0953 pdf: Add link to package-lint issue 2017-11-23 15:39:45 +01:00
Pierre Neidhardt c8c8e2b8c3 occur: Use kbd 2017-11-23 15:39:28 +01:00
Pierre Neidhardt 2727fee871 man: Add "gj/gk" bindings 2017-11-23 15:39:05 +01:00
Pierre Neidhardt a309f3a157 macrostep: Fix missing kbd 2017-11-23 15:38:52 +01:00
Pierre Neidhardt cd9b6c6699 ivy: Remove unneeded kbd, add "quit" comment 2017-11-23 15:38:26 +01:00
Pierre Neidhardt 8caef96b35 info: Add "gj/gk" bindings 2017-11-23 15:38:15 +01:00
Pierre Neidhardt e9bbee8713 image: Add "gj/gk" bindings 2017-11-23 15:38:04 +01:00
Pierre Neidhardt cea6eb766a image+: Add "zoom" comment 2017-11-23 15:37:29 +01:00
Pierre Neidhardt 6d638f1a1d ibuffer: Use kbd and add "update" comment 2017-11-23 15:37:17 +01:00
Pierre Neidhardt 1b67246f90 Add link to issue about image vs. pdf/doc-view conflict 2017-11-23 15:35:49 +01:00
Pierre Neidhardt 7811c04eb5 dired: Add "goto" comment 2017-11-23 15:35:23 +01:00
Pierre Neidhardt 473ff7cf13 ggtags: use kbd 2017-11-23 15:35:08 +01:00
Pierre Neidhardt f835a65588 Eshell: Add "gj/gk" bindings 2017-11-23 15:35:08 +01:00
Pierre Neidhardt 3881e6336b emms: Add "gj/gk" bindings 2017-11-23 15:35:08 +01:00
Pierre Neidhardt dfd104d7dd elisp-refs: Remove unneeded kbd, add "quit" comment 2017-11-23 15:35:08 +01:00
Pierre Neidhardt 7c5317cb12 elisp-mode: Use kbd 2017-11-23 15:35:07 +01:00
Pierre Neidhardt eb255628ed elfeed: Add "gj/gk" bindings 2017-11-23 15:35:07 +01:00
Pierre Neidhardt 550bc3a304 edebug: Normalize "quit" comment 2017-11-23 15:35:07 +01:00
Pierre Neidhardt 6b85c2da42 doc-view: Remove unneeded kbd, add "update" comment 2017-11-23 15:35:07 +01:00
Pierre Neidhardt cfcacf3738 dired: Use "g?" instead of "?" 2017-11-23 15:35:07 +01:00
Pierre Neidhardt ff027a811c dired: Use kbd 2017-11-23 15:35:07 +01:00
Pierre Neidhardt af151ccfd2 debbugs: Normalize comments 2017-11-23 15:35:07 +01:00
Pierre Neidhardt 2964213789 cus-theme: Add "quit" comment 2017-11-23 15:35:07 +01:00
Pierre Neidhardt 28c8a35516 cider: Use kbd 2017-11-23 15:35:07 +01:00
Pierre Neidhardt 2c6bd5e5f4 calendar: Remove unneeded kbd 2017-11-23 15:35:07 +01:00
Pierre Neidhardt 86afee0b62 Arc: Group bindings and use kbd 2017-11-23 15:35:07 +01:00
Pierre Neidhardt 17142939f0 Edebug: Fix spurious quote on map 2017-11-23 10:49:17 +01:00
Pierre Neidhardt 309ada588f Edebug: Use kbd 2017-11-23 10:39:27 +01:00
James Nguyen 31ff644099 Add test setup 2017-11-20 23:18:01 -08:00
James Nguyen 58b9367f29 Emms: Move binding inside with-eval-after-load (#39) 2017-11-20 23:07:01 -08:00
James Nguyen 5b7655cb6e Don't explicitly bind help-command 2017-11-19 10:05:00 -08:00
Fredrik Bergroth 48bbd4d288 Add travis badge to readme 2017-11-17 07:15:28 -08:00
Fredrik Bergroth aa9bb5272b Add travis integration 2017-11-17 07:15:28 -08:00