From 4d3e782415e50f2a3928a52e37ec801258d6032a Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 16 May 2021 12:20:08 -0400 Subject: [PATCH] Remove unused block --- modules/desktop.org | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/modules/desktop.org b/modules/desktop.org index 819de73..691c660 100644 --- a/modules/desktop.org +++ b/modules/desktop.org @@ -81,25 +81,6 @@ add Lock = Control_R #+RESULTS: -* Browser integration - -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) - -(dotfiles/leader - "u" '(:ignore t :which-key "Browse") - "uu" '(browse-url :which-key "URL") - "up" '(browse-url-at-point :which-key "Point") - "uc" '(browse-url-at-cursor :which-key "Cursor")) -#+end_src - * Displays detection When the window manager first launches the ~init-hook~ executes, allowing us to define some custom logic.