From 46f4abcd82989c330b7fc8b7f63a90eb0d7c0704 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 20 Jun 2024 00:04:30 -0600 Subject: Autostart eshell, make tabs match dwm bar --- .config/emacs/modules/bd--essentials.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/emacs/modules/bd--essentials.el') diff --git a/.config/emacs/modules/bd--essentials.el b/.config/emacs/modules/bd--essentials.el index 07c1e12..5c70483 100644 --- a/.config/emacs/modules/bd--essentials.el +++ b/.config/emacs/modules/bd--essentials.el @@ -13,7 +13,10 @@ ;;;; UI -(setopt inhibit-startup-message t) +(setopt inhibit-startup-message t + initial-major-mode 'eshell-mode + initial-scratch-message nil) +(tooltip-mode -1) (defun pulse-line (&rest _) "Pulse the current line." @@ -26,7 +29,7 @@ ;;;; insecure passwording (use-package pinentry - :init + :config (pinentry-start) :custom (pinentry-popup-prompt-window nil)) -- cgit v1.2.3