commit 20f7b3019059da68bad510a518001641456bdb2d parent 63d788a460c6121efefd9fcf0fdb585fa001f1ed Author: Cem Keylan <cem@ckyln.com> Date: Wed, 26 Feb 2020 13:34:07 +0300 add browser to settings Diffstat:
M | lisp.d/99-settings.el | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/lisp.d/99-settings.el b/lisp.d/99-settings.el @@ -11,3 +11,8 @@ ;; Cal/Diary (appt-activate 1) + +;; Browser +(setq browse-url-generic-program + (executable-find (getenv "BROWSER")) + browse-url-browser-function 'browse-url-generic)