6 lines
179 B
EmacsLisp
6 lines
179 B
EmacsLisp
|
;;; term/shell/config.el -*- lexical-binding: t; -*-
|
||
|
|
||
|
;;;###package shell
|
||
|
(add-hook 'shell-mode-hook #'doom|mark-buffer-as-real)
|
||
|
(add-hook 'shell-mode-hook #'hide-mode-line-mode)
|