summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
Commit message (Collapse)AuthorAge
* Update copyrightsThierry Volpiatto2021-11-12
|
* Update copyrightsThierry Volpiatto2020-12-16
|
* Use ls and awk in emacs-helm.shThierry Volpiatto2020-08-02
| | | | | Seems more portable than find. find -printf at least is not supported on MacOS.
* Declare bootstrap-version in emacs-helm.shThierry Volpiatto2020-06-16
| | | | It is needed by straight.
* Avoid rebuilding packages after using emacs-helm.shThierry Volpiatto2020-06-16
| | | | | | | | | When restarting main Emacs after using helm.sh, straight rebuild async and maybe packages loaded with --load-packages. So only add async to load-path and only use straight-use-package for packages specified in --load-packages if autoload file doesn't exists, otherwise load autoload file.
* Fix emacs-helm.sh --load-packages option with straightThierry Volpiatto2020-06-16
| | | | | When straight is available use it to load packages specified with --load-packages.
* Handle Straight user configThierry Volpiatto2020-06-16
| | | | | | | | | | | | | Make was not working with async installed in Straight, and emacs-helm.sh as well. In Makefile try to find Straight build directory and add it to LOAD-PATH if found. Same for emacs-helm.sh and don't use package.el if straight directory is found. Now Helm compile with async installed with Straight and emacs-helm.sh is working with no extra config.
* Add straight/repos/async to LOAD-PATH in emacs-helm.shThierry Volpiatto2020-06-14
| | | | This should fix emacs-helm.sh for straight users.
* Respect that emacs config-folder can now be in $XDG_CONFIG_HOMEBenjamin Orthen2020-02-17
| | | | | | * Make use of locate-user-emacs-file * Change Makefile to check first if $(XDG_CONFIG_HOME)/emacs/elpa or ~/.config/emacs/elpa exists and if not, fall back to ~/.emacs.d/elpa
* Update emacs-helm.sh helpThierry Volpiatto2019-10-03
|
* Fix commentary in emacs-helm.shThierry Volpiatto2019-09-24
|
* Better format of help in emacs-helm.shThierry Volpiatto2019-09-23
|
* Add option to load specified packagesThierry Volpiatto2019-09-23
| | | | in emacs-helm.sh
* Add -B to help in scriptThierry Volpiatto2019-09-22
|
* Add option to emacs-helm.sh, improve help andThierry Volpiatto2019-09-22
| | | | bind helm-apropos to C-h a.
* Update copyrightsThierry Volpiatto2019-03-26
|
* Remove one unneeded newline in emacs-helm.shThierry Volpiatto2018-04-20
|
* Double quote newlines in emacs-helm.shThierry Volpiatto2018-01-28
|
* Update copyrightsThierry Volpiatto2018-01-08
|
* emacs-helm.sh: Remap execute-extended-command instead of binding M-xPierre Neidhardt2017-09-11
| | | | Just to be consistent.
* emacs-helm.sh: Improve phrasingPierre Neidhardt2017-09-11
|
* emacs-helm.sh: Double-quote $CONF_FILEPierre Neidhardt2017-09-11
| | | | It would break if it contained spaces.
* emacs-helm.sh: Return exit status 1 instead of 2Pierre Neidhardt2017-09-11
| | | | Why was '1' skipped in the first place?
* emacs-helm.sh: Switch to Bourne Shell (sh)Pierre Neidhardt2017-09-11
| | | | There is no need for Bash here, really.
* Remove dependency on dirnameThierry Volpiatto2017-07-09
|
* Fix load-path with elpa in emacs-helm.sh (#1800)Thierry Volpiatto2017-06-22
| | | | * emacs-helm.sh: Do it.
* Improve emacs-helm.sh.Thierry Volpiatto2017-05-05
|
* Get a default load-path value from emacs -q in emacs-helm.sh.Thierry Volpiatto2017-05-04
| | | | * emacs-helm.sh: Do it.
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Another copyright fix.Thierry Volpiatto2016-03-07
|
* Update help in emacs-helm.sh.Thierry Volpiatto2016-02-02
|
* Add popup dependency in emacs-helm.sh.Thierry Volpiatto2016-01-26
|
* Allow starting helm.sh from a non usual package-user-dir (#1353).Thierry Volpiatto2016-01-25
| | | | | package-initialize is no more called when emacs-helm.sh is used from a non elpa installation.
* Fix setting of package-load-list for em.sh.Thierry Volpiatto2015-10-27
|
* Ensure only helm is enabled when package-initialize kick in in em.sh.Thierry Volpiatto2015-10-27
| | | | * emacs-helm.sh (LS): Do it.
* Ensure helm-core is in load-path (#1114).Thierry Volpiatto2015-07-27
| | | | * emacs-helm.sh: Call package-initialize.
* * emacs-helm.sh: Add comment.Thierry Volpiatto2015-06-20
|
* Don't hardcode TEMP env var in emacs-helm.sh.Thierry Volpiatto2015-06-20
| | | | * emacs-helm.sh: Do it.
* Try to fix issue with TEMP environment var on cygwin.Thierry Volpiatto2015-05-20
| | | | | * emacs-helm.sh: Set TEMP to "/tmp" and use CONF_FILE to set the path to helm-cfg.el.
* Make shebang portableDamien Cassou2015-02-24
|
* * emacs-helm.sh: Bind M-x to helm-M-x.Thierry Volpiatto2014-11-12
|
* * emacs-helm.sh: Finally cd in calling directory to eval correctly relative ↵Thierry Volpiatto2014-09-24
| | | | name (#631).
* * emacs-helm.sh: Fix relsymlink by using readlink for now (#631).Thierry Volpiatto2014-09-24
|
* * emacs-helm.sh: fix with relsymlinks (#631).Thierry Volpiatto2014-09-24
|
* * emacs-helm.sh: Fix when $0 is not a symlink (#631).Thierry Volpiatto2014-09-24
|
* * emacs-helm.sh: Fix when the file is a symlink (#631).Thierry Volpiatto2014-09-24
|
* * Makefile: Generate autoloads from here now.Thierry Volpiatto2014-09-15
| | | | | * emacs-helm.sh: Error when autoload file isn't found. * helm-config.el: load autoload file.
* * emacs-helm.sh: Avoid dependency to readlink by using emacs to resolve ↵Thierry Volpiatto2014-08-18
| | | | symlink (#591).
* * emacs-helm.sh: Check is temp file still exists before deleting (#504).Thierry Volpiatto2014-05-06
|
* * emacs-helm.sh: Use completion-at-point if available.Thierry Volpiatto2014-01-01
| | | | * helm-bmkext.el: remove google source.