1
0
Fork 0

[oni-eshell] Fix function reference

This commit is contained in:
Tom Willemse 2022-12-04 07:36:54 -08:00
parent 7f72a0a47e
commit 5b3dbb6cf1

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2022.1005.235703 ;; Version: 2022.1127.221317
;; Package-Requires: (eshell-fringe-status esh-autosuggest xterm-color eshell-syntax-highlighting) ;; Package-Requires: (eshell-fringe-status esh-autosuggest xterm-color eshell-syntax-highlighting)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -121,7 +121,7 @@
(setenv "TERM" "xterm-256color") (setenv "TERM" "xterm-256color")
(add-to-list 'display-buffer-alist (add-to-list 'display-buffer-alist
'("\\`\\*eshell" display-buffer-in-at-bottom '("\\`\\*eshell" display-buffer-at-bottom
(side . bottom) (side . bottom)
(slot . 0) (slot . 0)
(window-height . 0.33))) (window-height . 0.33)))