mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Move eshell, term & vterm modules to :term
This commit is contained in:
8
modules/term/term/config.el
Normal file
8
modules/term/term/config.el
Normal 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)
|
Reference in New Issue
Block a user