mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-11 01:01:11 -07:00
For dictating what buffers are considered real based on their major modes. Also makes most terminal emulator or comint-mode buffers real by default. Fix: doomemacs/community#73
4 lines
124 B
EmacsLisp
4 lines
124 B
EmacsLisp
;;; term/shell/config.el -*- lexical-binding: t; -*-
|
|
|
|
;;;###package shell
|
|
(add-hook 'shell-mode-hook #'hide-mode-line-mode)
|