From 12bd12434d4adca63017cc3ed43b45638ffe6206 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 8 Sep 2020 13:12:47 +0100 Subject: Define KBD gu to browse-url-at-point This is handy! --- emacs/.emacs.d/wpc/keybindings.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/wpc') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 348b67c2e904..05ab876e2041 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -86,6 +86,7 @@ (general-nmap :keymaps 'override + "gu" #'browse-url-at-point "gd" #'xref-find-definitions ;; Wrapping `xref-find-references' in the `let' binding to prevent xref from ;; prompting. There are other ways to handle this variable, such as setting -- cgit 1.4.1