summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--essentials.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-06-20 00:04:30 -0600
committerbd <bdunahu@operationnull.com>2024-06-20 00:04:30 -0600
commit46f4abcd82989c330b7fc8b7f63a90eb0d7c0704 (patch)
treea37e661287dced5c986a2b82dae491d24bcfc6b6 /.config/emacs/modules/bd--essentials.el
parentef625f040941b5e6028afcce9d196943f87bee63 (diff)
Autostart eshell, make tabs match dwm bar
Diffstat (limited to '.config/emacs/modules/bd--essentials.el')
-rw-r--r--.config/emacs/modules/bd--essentials.el7
1 files changed, 5 insertions, 2 deletions
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))