From 988c47f4303d93906c830879a7afa4377f95658b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 21 Jul 2024 20:13:28 +1200 Subject: [PATCH] emacs: change esv settings --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fa14858..14071b0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -319,6 +319,8 @@ value `italic'." ;; other packages (require 'esv) +(add-to-list 'esv-arguments "-f") +(setq esv-close-existing-buffers t) (require 'phobos) (setq phobos-browser "firefox")