summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2025-03-01 12:27:19 -0500
committerAmin Bandali <bandali@kelar.org>2025-03-01 12:27:19 -0500
commitb786be7cda981e20c2ed5851bf49b2a8bdbb8eac (patch)
tree1747a341b176fb451f9608b6d4e06bf9c8318db4 /.emacs.d
parent1214ac92544ab74d227955affbd0a67744a5785b (diff)
downloadconfigs-b786be7cda981e20c2ed5851bf49b2a8bdbb8eac.tar.gz
configs-b786be7cda981e20c2ed5851bf49b2a8bdbb8eac.tar.xz
configs-b786be7cda981e20c2ed5851bf49b2a8bdbb8eac.zip
Various updates
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/bandali-misc.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/.emacs.d/lisp/bandali-misc.el b/.emacs.d/lisp/bandali-misc.el
index 7a74888..90591ce 100644
--- a/.emacs.d/lisp/bandali-misc.el
+++ b/.emacs.d/lisp/bandali-misc.el
@@ -108,8 +108,13 @@
(require 'debian-copyright)
(require 'readme-debian))
-;; `eat'
-(b/keymap-global-set "C-c e a t" #'eat)
+(with-eval-after-load 'eat
+ (setopt
+ eat-enable-shell-prompt-annotation nil))
+(add-hook
+ 'eat-mode-hook
+ (lambda () (display-fill-column-indicator-mode -1)))
+(b/keymap-global-set "C-c s e" #'eat)
;; `embark'
(b/keymap-global-set "C-c ." #'embark-act)