From 43159f4feab897825df519f660796386354f9d92 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 15 Dec 2019 11:07:26 -0800 Subject: [PATCH] ;ui: E key: comment [ci skip] --- hledger-ui/Hledger/UI/Editor.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hledger-ui/Hledger/UI/Editor.hs b/hledger-ui/Hledger/UI/Editor.hs index 5f440217d..c18000374 100644 --- a/hledger-ui/Hledger/UI/Editor.hs +++ b/hledger-ui/Hledger/UI/Editor.hs @@ -61,8 +61,9 @@ runEditor mpos f = editFileAtPositionCommand mpos f >>= runCommand >>= waitForPr -- -- How to open editors at the last line of a file: -- @ --- emacs: emacs FILE -f end-of-buffer --- vi: vi + FILE +-- emacs: emacs FILE -f end-of-buffer +-- emacsclient: can't +-- vi: vi + FILE -- @ -- editFileAtPositionCommand :: Maybe TextPosition -> FilePath -> IO String