Add :term shell module
This commit is contained in:
parent
b57dccf825
commit
4ebd3fad7f
5 changed files with 113 additions and 0 deletions
5
modules/term/shell/config.el
Normal file
5
modules/term/shell/config.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;;; 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)
|
Loading…
Add table
Add a link
Reference in a new issue