diff options
author | Jesús <heckyel@hyperbola.info> | 2022-10-18 10:03:12 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-10-18 10:03:12 +0800 |
commit | 2a76be1a87317b64769ec724c0fa2162b11ff1f0 (patch) | |
tree | 218f9936b5b0d08474e3ad06351c8645e55eb2d9 /modules | |
parent | c4f5c73c0b1dc5c7e525dcdea10011ab49b30631 (diff) | |
download | emacs-personal-2a76be1a87317b64769ec724c0fa2162b11ff1f0.tar.lz emacs-personal-2a76be1a87317b64769ec724c0fa2162b11ff1f0.tar.xz emacs-personal-2a76be1a87317b64769ec724c0fa2162b11ff1f0.zip |
Set web browser from environment file
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init-gui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-gui.el b/modules/init-gui.el index 61e182c..befaf36 100644 --- a/modules/init-gui.el +++ b/modules/init-gui.el @@ -85,7 +85,7 @@ ;; Define custom browser ;;---------------------------------------------------------------------------- (setq browse-url-browser-function 'browse-url-generic - browse-url-generic-program "iceweasel-uxp") + browse-url-generic-program (getenv "WEB_BROWSER_APP")) ;;---------------------------------------------------------------------------- ;; doas open file option |