Closed xlighting closed 8 years ago
See the file changed
my config
(add-hook 'shell-pop-in-hook (lambda () (setq-local helm-split-window-default-side 'right)))
dosen't work , and then I found something wrong in shell-pop.el
Oh, there is typo.
However why did you change point where hooks are called ?
Oh,................. because my config
(add-hook 'shell-pop-in-hook (lambda () (setq-local helm-split-window-default-side 'right)))
doesn't work as expected
Oh, there is typo.
Sorry this means shell-pop-up-hook
-> shell-pop-in-hook
in original code.
Ok, Can you add a shell-pop-after-in-hook (may be other name)
Can you add a shell-pop-after-in-hook (may be other name)
Yes, will do. Please wait.
Sorry, I didn't read the README carefully
Thanks
What about bug ? Could you explain it to us ?