doomemacs/modules/term/shell/config.el

6 lines
179 B
EmacsLisp
Raw Normal View History

2019-07-13 12:34:49 +02:00
;;; 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)