Add :term shell module

This commit is contained in:
Henrik Lissner
2019-07-13 12:34:49 +02:00
parent b57dccf825
commit 4ebd3fad7f
5 changed files with 113 additions and 0 deletions

View 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)