Add :term shell module

This commit is contained in:
Henrik Lissner 2019-07-13 12:34:49 +02:00
parent b57dccf825
commit 4ebd3fad7f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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)