aboutsummaryrefslogtreecommitdiffstats
path: root/oni-eshell.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-12-04 07:36:54 -0800
committerGravatar Tom Willemse2022-12-04 07:36:54 -0800
commit5b3dbb6cf11993289cb708417da277018770706d (patch)
tree7c060a0d4290fd7fb9006df4dace9bab11448404 /oni-eshell.el
parent7f72a0a47e5a68563ff5ddca973fec3c9315abc2 (diff)
downloademacs-config-5b3dbb6cf11993289cb708417da277018770706d.tar.gz
emacs-config-5b3dbb6cf11993289cb708417da277018770706d.zip
[oni-eshell] Fix function reference
Diffstat (limited to 'oni-eshell.el')
-rw-r--r--oni-eshell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-eshell.el b/oni-eshell.el
index 826f578..1dfb744 100644
--- a/oni-eshell.el
+++ b/oni-eshell.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.1005.235703
+;; Version: 2022.1127.221317
;; Package-Requires: (eshell-fringe-status esh-autosuggest xterm-color eshell-syntax-highlighting)
;; This program is free software; you can redistribute it and/or modify
@@ -121,7 +121,7 @@
(setenv "TERM" "xterm-256color")
(add-to-list 'display-buffer-alist
- '("\\`\\*eshell" display-buffer-in-at-bottom
+ '("\\`\\*eshell" display-buffer-at-bottom
(side . bottom)
(slot . 0)
(window-height . 0.33)))