Set web browser from environment file
This commit is contained in:
parent
c4f5c73c0b
commit
2a76be1a87
@ -2,6 +2,9 @@
|
||||
EMACS_USER="LibreUser."
|
||||
EMACS_EMAIL="user@example.org"
|
||||
|
||||
# Web browser
|
||||
WEB_BROWSER_APP="iceweasel-uxp"
|
||||
|
||||
# Angular configuration
|
||||
ANGULAR_SERVER_DIR="/usr/local/lib/node_modules/@angular/language-server"
|
||||
NODEJS_MODULE_DIR="/usr/local/lib/node_modules"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user