From: Alex Schroeder Date: Mon, 20 Jul 2020 09:27:51 +0000 (+0200) Subject: Implement three commands for history items X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=1d6fe009561db2dbc78b8446f025afd3e0f2e911;hp=1d6fe009561db2dbc78b8446f025afd3e0f2e911;p=elpher.git Implement three commands for history items In the Elpher menu, history are shown when invoking it using a prefix. The history items aren't being shown in a buffer, so switching to those buffers is not possible. Three buffer menu commands have been implemented (RET, o, C-o) such that they work with history items. ---