aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-09-02 02:14:41 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-09-02 02:14:41 +0200
commit5c1c2ce2bdbf9735ad8a4d162609a8c22a4f0954 (patch)
treebf4b6699b31f7287e390cdcd22176ff50ae80121
parent90c7bc237c9cf964c16f0cb48c308a92a8193a5c (diff)
downloadEpisodeBrowser-5c1c2ce2bdbf9735ad8a4d162609a8c22a4f0954.tar.gz
eb.el: Open eb-dired on the left.
-rw-r--r--eb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/eb.el b/eb.el
index 7cb79d4..46fc958 100644
--- a/eb.el
+++ b/eb.el
@@ -190,7 +190,7 @@
(buffer (dired-noselect dir)))
(if arg
(switch-to-buffer buffer)
- (eb--fleeting-window right buffer
+ (eb--fleeting-window left buffer
(progn
(setq eb--dired-truncate-lines--orig truncate-lines)
(setq eb--dired-hide-details-mode--orig dired-hide-details-mode)