summaryrefslogtreecommitdiff
path: root/helm-easymenu.el
Commit message (Collapse)AuthorAge
* helm-easymenu.el: autoload the easy-menu-add-item callSean Whitton2022-04-07
| | | | | | | | Otherwise, the autoloaded easy-menu-add-item call in helm-org.el cannot succeed. Closes: #943371 Reported-by: Aaron M. Ucko <ucko@debian.org>
* Move local vars in .dir-locals fileThierry Volpiatto2021-03-13
| | | | and shutup compiler about doctring warnings.
* Update copyrightsThierry Volpiatto2020-12-16
|
* Update global bindings and menuThierry Volpiatto2020-08-04
|
* Remove remaining helm-org* stuffThierry Volpiatto2019-08-11
|
* Update copyrightsThierry Volpiatto2019-03-26
|
* Update copyrightsThierry Volpiatto2018-01-08
|
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
| | | | Done according to helm-bbdb syohei commit (thanks).
* Fix copyrights.Thierry Volpiatto2016-03-05
|
* Remove last references to helm-do-grep that is not existing anymore (#1377).Thierry Volpiatto2016-02-07
|
* Fix org entries in easy-menu (#1294).Thierry Volpiatto2015-12-18
| | | | | | * helm-easymenu.el: Do it. * helm-org.el (helm-org-get-candidates): Use helm-flatten-list. (helm-org--get-candidates-in-file): Minor changes.
* Add also helm-documenation to menu (#1141)Thierry Volpiatto2015-09-04
| | | | * helm-easymenu.el: Do it.
* Bind AG in menu and global map.Thierry Volpiatto2015-08-29
| | | | | * helm-config.el (helm-command-map): Do it. * helm-easymenu.el: Do it.
* Add helm-imenu-in-all-buffers to menu and bind it in helm-command-map.Thierry Volpiatto2015-06-19
| | | | | * helm-config.el: Do it. * helm-easymenu.el: Do it.
* Add list-elisp-packages to menu and command map.Thierry Volpiatto2015-06-11
| | | | | | * helm-config.el: Bind helm-list-elisp-packages in command map. * helm-easymenu.el: Add helm-list-elisp-packages and helm-list-elisp-packages-no-fetch to menu.
* Move menu definitions from helm-config to new file helm-easymenu.el.Thierry Volpiatto2015-06-11
* helm-config.el: Load menu config from helm-easymenu.el. * helm-easymenu.el: New file.