diff options
author | bd <bdunahu@operationnull.com> | 2024-10-25 22:40:09 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-10-25 22:40:09 -0400 |
commit | d7a389615ac45b5126cc13616e9cdb6bc0807e6c (patch) | |
tree | 96a74a587c2e4452221f7cd58c0bbaae2061ebb0 /.config/emacs/modules/bd--shells.el | |
parent | 9076a6c3bd7ccce4dade49f19fd4ea9690dd122c (diff) |
dwm -> exwm
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r-- | .config/emacs/modules/bd--shells.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el index 309d7ec..dbb2f25 100644 --- a/.config/emacs/modules/bd--shells.el +++ b/.config/emacs/modules/bd--shells.el @@ -10,15 +10,13 @@ ;; path (add-to-list 'exec-path "/home/bdunahu/.local/bin") -;; alias - ;; completions (require 'esh-mode) (keymap-set eshell-mode-map "<tab>" 'completion-at-point) (setopt eshell-prompt-function 'bd/eshell-prompt eshell-prompt-regexp "^> " eshell-scroll-to-bottom-on-input 'this - eshell-banner-message (concat "\n" (propertize " " 'display (create-image (expand-file-name "~/.config/emacs/images/raven.png") 'png nil :scale 0.2 :align-to "center")) "\n")) + eshell-banner-message (concat "\n" (propertize " " 'display (create-image (expand-file-name "~/.config/emacs/images/raven.png") 'png nil :scale 0.8 :align-to "center")) "\n")) ;; prompt (defun bd/get-prompt-path () |