mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Add :term shell module
This commit is contained in:
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)
|
Reference in New Issue
Block a user