From 1af96ede94717587a654eacaa99b9ca3436040b0 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 3 Apr 2023 00:41:42 +0200 Subject: feat: "C-c o" open url at current line in browser --- config.org | 9 +++++++++ yuzu-emacs.png | Bin 90978 -> 89001 bytes 2 files changed, 9 insertions(+) diff --git a/config.org b/config.org index 0125e8b..304faec 100644 --- a/config.org +++ b/config.org @@ -535,3 +535,12 @@ Company is an autocompletion frontend :init (add-hook 'after-init-hook 'global-company-mode)) #+end_src + +* Custom keybinds + +Some keybinds to make life easier + +** Open URL in browser +#+begin_src emacs-lisp + (global-set-key (kbd "C-c o") 'browse-url-at-point) +#+end_src diff --git a/yuzu-emacs.png b/yuzu-emacs.png index a174434..ff762e1 100644 Binary files a/yuzu-emacs.png and b/yuzu-emacs.png differ -- cgit v1.2.3