Files
doomemacs/modules/term/term/config.el
2019-05-19 02:17:59 -04:00

9 lines
243 B
EmacsLisp

;;; 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)