mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
6 lines
181 B
EmacsLisp
6 lines
181 B
EmacsLisp
;;; term/shell/config.el -*- lexical-binding: t; -*-
|
|
|
|
;;;###package shell
|
|
(add-hook 'shell-mode-hook #'doom-mark-buffer-as-real-h)
|
|
(add-hook 'shell-mode-hook #'hide-mode-line-mode)
|