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