Move eshell, term & vterm modules to :term

This commit is contained in:
Henrik Lissner
2019-05-18 23:41:18 -04:00
parent 42ba2a22b8
commit 8c65a63b1c
18 changed files with 41 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
;;; term/term/config.el -*- lexical-binding: t; -*-
;;;###package multi-term
(setq multi-term-dedicated-window-height 20
multi-term-switch-after-close 'PREVIOUS)
;;;###package term
(add-hook 'term-mode-hook #'doom|mark-buffer-as-real)