Unnecessary because their buffers don't make it through doom|detect-indentation's condition anyway.
8 lines
237 B
EmacsLisp
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)
|