Add shell-pop with eshell 发表于 2018-05-09 | 分类于 Software , emacs | 评论数: | 阅读次数: 本文字数: 358 | 阅读时长 ≈ 1 分钟1234567891011(use-package shell-pop :ensure t :defer t :bind ("C-c t" . shell-pop) :config (custom-set-variables '(shell-pop-shell-type (quote ("eshell" "*eshell*" (lambda nil (eshell))))) '(shell-pop-window-size 30) '(shell-pop-full-span t) '(shell-pop-window-position "bottom")) ) 打赏 微信支付 支付宝 本文作者: xuchengpeng 本文链接: http://xuchengpeng.com/hexo-blog/2018/05/09/shell-pop-with-eshell/ 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!