fix url opening within termux environments
This commit is contained in:
parent
62c8e8cfb2
commit
8a0468e9fc
|
@ -36,6 +36,12 @@
|
||||||
(unless (was-compiled-p "~/.emacs.d.profiles/common")
|
(unless (was-compiled-p "~/.emacs.d.profiles/common")
|
||||||
(byte-recompile-directory "~/.emacs.d.profiles/common" 0))
|
(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
|
; backups
|
||||||
(defconst kmn/backup-dir
|
(defconst kmn/backup-dir
|
||||||
|
|
Reference in a new issue