diff options
| -rw-r--r-- | config.org | 9 | ||||
| -rw-r--r-- | yuzu-emacs.png | bin | 90978 -> 89001 bytes |
2 files changed, 9 insertions, 0 deletions
@@ -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 Binary files differindex a174434..ff762e1 100644 --- a/yuzu-emacs.png +++ b/yuzu-emacs.png |
