From e56cc98ae96ebd386b44ed58b2181b3fa21c5890 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 17 Dec 2019 18:09:39 -0500 Subject: [PATCH] Move multi-term-buffer-name to :term term --- modules/term/term/config.el | 3 ++- modules/ui/popup/+hacks.el | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/term/term/config.el b/modules/term/term/config.el index ad9086cc3..c1efbdb5b 100644 --- a/modules/term/term/config.el +++ b/modules/term/term/config.el @@ -7,4 +7,5 @@ ;;;###package multi-term (setq multi-term-dedicated-window-height 20 - multi-term-switch-after-close 'PREVIOUS) + multi-term-switch-after-close 'PREVIOUS + multi-term-buffer-name "doom terminal") diff --git a/modules/ui/popup/+hacks.el b/modules/ui/popup/+hacks.el index 66309c9de..08b58cb7b 100644 --- a/modules/ui/popup/+hacks.el +++ b/modules/ui/popup/+hacks.el @@ -220,10 +220,6 @@ the command buffer." (select-window win)))) -;;;###package multi-term -(setq multi-term-buffer-name "doom terminal") - - ;;;###package neotree (after! neotree (advice-add #'neo-util--set-window-width :override #'ignore)