From 8a0468e9fcb6005b784428db2a8b392664fdc7f6 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 8 Sep 2022 15:15:25 -0400 Subject: [PATCH] fix url opening within termux environments --- common/_global.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/_global.el b/common/_global.el index 71a1e18..0e449ab 100644 --- a/common/_global.el +++ b/common/_global.el @@ -36,6 +36,12 @@ (unless (was-compiled-p "~/.emacs.d.profiles/common") (byte-recompile-directory "~/.emacs.d.profiles/common" 0)) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; fix opening urls inside termux +(when kmn/is-termux + (setq browse-url-browser-function 'browse-url-generic + browse-url-generic-program "/data/data/com.termux/files/usr/bin/termux-open")) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; backups (defconst kmn/backup-dir