From 3793b5d8df987f843f2829f9789ae97fb4ff7708 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 18 Mar 2021 21:08:54 -0400 Subject: [PATCH] Cleanup docs --- modules/desktop.org | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/modules/desktop.org b/modules/desktop.org index 66838a8..f5f9a26 100644 --- a/modules/desktop.org +++ b/modules/desktop.org @@ -34,19 +34,14 @@ exec dbus-launch --exit-with-session emacs -mm --debug-init Write out the ~$BROWSER~ variable so other applications can pick up the custom browser. ++ Place custom keybindings for browsing behind =SPC b= + + URL with =u= + + URL at point with =p= + + URL at cursor with =c= + #+begin_src emacs-lisp (setenv "BROWSER" dotfiles/browser) -#+end_src - -** Browse URL keybindings -Create a custom keybinding for browsing the urls behind =SPC u=: - -+ URL with =u= -+ Point with =p= -+ Cursor with =c= - -#+begin_src emacs-lisp (dotfiles/leader "u" '(:ignore t :which-key "Browse") "uu" '(browse-url :which-key "URL")