summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org9
-rw-r--r--yuzu-emacs.pngbin90978 -> 89001 bytes
2 files changed, 9 insertions, 0 deletions
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
--- a/yuzu-emacs.png
+++ b/yuzu-emacs.png
Binary files differ