mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Unnecessary because their buffers don't make it through doom|detect-indentation's condition anyway.
9 lines
237 B
EmacsLisp
9 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)
|