doomemacs/modules/emacs/term/config.el
Henrik Lissner 0a1de03ca1
Remove eshell/term from dtrt excluded modes
Unnecessary because their buffers don't make it through
doom|detect-indentation's condition anyway.
2019-03-28 01:56:09 -04:00

8 lines
237 B
EmacsLisp

;;; emacs/term/config.el -*- lexical-binding: t; -*-
;; `multi-term'
(setq multi-term-dedicated-window-height 20
multi-term-switch-after-close 'PREVIOUS)
;; `term' (built-in)
(add-hook 'term-mode-hook #'doom|mark-buffer-as-real)