emacs-btap

Emacs library to browse thing at point
Log | Files | Refs

commit 5479fd763be78cb4a006b7599188c04c4cd84faf
parent 72997558896d8608580bfa99e3d52db288a4361e
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun, 28 Feb 2021 00:43:28 +0100

better example config

Diffstat:
Memacs-btap.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/emacs-btap.el b/emacs-btap.el @@ -12,7 +12,9 @@ ;;; ;;; Example configuration: ;;; +;;; (add-to-list 'load-path "~/git/emacs-btap") ;;; (require 'emacs-btap) +;;; (global-set-key "\M-f" 'btap) ;;; ;;; Example usage: ;;;