spacemacs/layers/+spacemacs
duianto f8ed4739fe Load helm before read-file-name and completing-read
Fixes helm not being loaded before calls to:
read-file-name and completing-read.

These are some commands that call either of those two functions:
spacemacs/rename-current-buffer-file (SPC f R)

In a Treemacs window:
treemacs-add-project-to-workspace (C-c C-p a)

In a Magit buffer:
magit-checkout (b b)

Thanks Miciah for a more elegant solution.

This commit also reverts:
Fix helm loading for layouts transient state #11705
because it's not needed anymore.

And the previously commented out transient hook minibuffer-setup-hook (it
doesn't seem to ever have been used) is removed because:
- It loads helm after a command is called that uses helm (instead of before)
- (spacemacs|hide-lighter helm-mode) has previously been moved to the
helm/init-helm :config section.
2019-04-03 21:27:08 +02:00
..
spacemacs-completion Reformat documentation 2018-10-11 00:13:43 +03:00
spacemacs-defaults Cleanup which-key names 2019-02-18 14:35:00 -05:00
spacemacs-editing Fix global toggles for aggressive-indent and smartparens 2018-10-13 19:22:23 +03:00
spacemacs-editing-visual Add transient state for centered buffer 2019-01-27 20:49:40 +02:00
spacemacs-evil formatting 2018-11-05 22:14:32 +00:00
spacemacs-language documentation formatting: Wed Dec 5 03:03:03 UTC 2018 2018-12-04 22:06:14 -05:00
spacemacs-layouts Load helm before read-file-name and completing-read 2019-04-03 21:27:08 +02:00
spacemacs-misc Reformat documentation 2018-10-11 00:13:43 +03:00
spacemacs-modeline documentation formatting: Wed Dec 5 03:03:03 UTC 2018 2018-12-04 22:06:14 -05:00
spacemacs-navigation ported Info-find-file from emacs 27 by adding third argument 2019-01-22 00:00:42 +02:00
spacemacs-org Replace centered-buffer-mode with writeroom-mode 2018-11-26 11:14:04 -05:00
spacemacs-project Reformat documentation 2018-10-11 00:13:43 +03:00
spacemacs-purpose documentation formatting: Wed Dec 5 03:03:03 UTC 2018 2018-12-04 22:06:14 -05:00
spacemacs-visual Reformat documentation 2018-10-11 00:13:43 +03:00