Open lynnux opened 11 months ago
Currently I use those code to speedup launch and exit time:
(use-package powershell :commands(powershell) :config (define-advice powershell (:after ( &rest args) my) (remove-hook 'kill-buffer-hook 'powershell-delete-process)) (define-advice powershell--get-max-window-width (:around (orig-fn &rest args) my) (setq powershell--max-window-width 200)))
Currently I use those code to speedup launch and exit time: