summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
Commit message (Collapse)AuthorAge
* patch-emacs-helm-shSean Whitton2017-10-07
| | | Gbp-Pq: Name 0004-patch-emacs-helm-sh.patch
* 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.
* emacs-helm.sh: resolve symlinks to get correct helm directoryMichael Heerdegen2013-11-22
| | | | This makes symlinks to emacs-helm.sh DTRT when executed.
* * emacs-helm.sh: Add comment about helm-dabbrev.Thierry Volpiatto2013-11-20
|
* * helm-dabbrev.el (helm-dabbrev--collect): Fix result arg.Thierry Volpiatto2013-11-19
|
* * emacs-helm.sh: Let emacs sending exit code.Thierry Volpiatto2013-09-16
|
* * emacs-helm.sh: Allow giving path of Emacs on command line.Thierry Volpiatto2013-09-12
|
* * emacs-helm.sh: Fix typo in doc.Thierry Volpiatto2013-08-05
|
* * emacs-helm.sh: Add a minimal help in scratch buffer.Thierry Volpiatto2013-07-10
|
* * emacs-helm.sh: Allow extra args to emacs.Thierry Volpiatto2013-07-06
|
* * emacs-helm.sh: Remove obsolete commands.Thierry Volpiatto2012-12-19
|
* get PWD more robustlyLe Wang2012-07-27
|
* * emacs-helm.sh: newThierry Volpiatto2012-07-16