| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-09 | Use subdirectories for setup files (+READMEs) | Justin Burkett | |
| Move setup files into subdirectories. Move mode directories to modes subdir. This will make it easy to specify a recipe in melpa that maintains the directory structure. Add interactive functions to jump to .el and README files See #170 | |||
| 2019-06-05 | Use RET instead of <return> (#217) | James Nguyen | |
| 2019-05-25 | emms: Fix "C" binding to emms-playlist-clear | Pierre Neidhardt | |
| 2019-03-16 | Move [ ] to [[ ]] (#225) | James Nguyen | |
| 2019-02-20 | emms: Fix "g-" and "s-" prefix and fix undefined playlist map | Pierre Neidhardt | |
| 2018-10-16 | Autoload "evil-collection-*-setup" functions | Enze Chi | |
| With autoload, it doesn't need "require" the package before call evil-collection-*-setup function. | |||
| 2018-08-27 | Update ambrevar's email address | Pierre Neidhardt | |
| 2018-07-15 | emms: Fix end-of-buffer error in -paste-after | Pierre Neidhardt | |
| 2018-07-07 | emms: List forgotten maps | Pierre Neidhardt | |
| 2018-07-04 | emms: Add bindings for emms-streams | Pierre Neidhardt | |
| 2018-06-30 | Convert evil-collection-inhibit-insert-state to function | Justin Burkett | |
| Move to evil-collection.el. Make requires consistent across all package files. Delete evil-collection-util.el. | |||
| 2018-06-19 | Require evil-collection instead of evil | James Nguyen | |
| Remove declare-function workaround. | |||
| 2018-06-08 | Remove .el in declare-function | James Nguyen | |
| 2018-06-08 | Add declare-functions for evil-collection-define-key | James Nguyen | |
| Adding for byte compiling. TODO: Should look into doing an import instead since we shouldn't need to declare a function that our library should know about. I think there was some circular dependency around evil-collection-* requiring evil-collection.el so I went with the quick and dirty approach of doing a declare-function. If someone has a better idea, feel free to change this! | |||
| 2018-06-08 | Remove package arg from evil-collection-define-key | Justin Burkett | |
| Implement version of evil-define-key instead. The bindings are made immediately if the map is available. Otherwise, there are lazily made in the same way that evil-define-key makes them. | |||
| 2018-06-08 | Add support for {white,black}lists and binding records | Justin Burkett | |
| Add and use evil-collection-define-key, which is a custom keybinding function that checks evil-collection-key-{white,black}list before binding each key and stores a record of the keybindings in evil-collection-bindings-record. Modify evil-collection-util-inhibit-insert-state to conform to evil-collection-define-key. | |||
| 2018-05-14 | Emms: Fix "d" and "gd" bindings to dired | Pierre Neidhardt | |
| 2018-05-09 | Add pseudo folding to emms | Jay Kamat | |
| 2018-05-09 | Fix evil search in info mode | Jay Kamat | |
| 2018-05-06 | Emms: Fix "n" / "N" bindings in browser | Pierre Neidhardt | |
| 2018-04-10 | Emms: Bind "<tab>" to emms-browser-toggle-subitems | Pierre Neidhardt | |
| This reflects Org mode. Also bind "^" to emms-browser-move-up-level. | |||
| 2018-04-08 | Emms: Bind "C-j" / "C-k" in browser and reverse "gj" / "gk" | Pierre Neidhardt | |
| 2018-03-23 | Add key translation functionality | noctuid | |
| Also add evil-collection-setup-hook. Fixes #5 and #98. | |||
| 2018-03-06 | Match package prefix | James Nguyen | |
| 2018-03-06 | Move macro to util file | James Nguyen | |
| 2018-03-01 | Change url | James Nguyen | |
| 2018-02-24 | Fix linting errors | James Nguyen | |
| 2018-02-22 | Emms: Use normal state | Pierre Neidhardt | |
| 2018-02-22 | Emms: Add bindings for browser-search-mode and metaplaylist-mode | Pierre Neidhardt | |
| 2017-12-29 | emms: Fix emms-browser settings | Pierre Neidhardt | |
| EMMS bindings used to be broken because emms-browse-mode-map was defconst'd. This is now fixed upstream. We set the bindings in a separate function since it's not needed by EMMS users who don't use the browser. | |||
| 2017-12-07 | ...And use declare-function instead | Pierre Neidhardt | |
| 2017-12-07 | Remove useless 'with-no-warnings' | Pierre Neidhardt | |
| 2017-12-07 | EMMS: Fix namespace | Pierre Neidhardt | |
| 2017-12-06 | Change namespace to evil-collection | James Nguyen | |
