fixup xdg-open on android/termux / remove nov, pdf-tools, org-noter as they cannot be used universally
This commit is contained in:
parent
6a52da50ee
commit
2822280595
|
@ -3,12 +3,6 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; pdf-tools related stuff
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; additional packages
|
||||
(add-to-list 'package-selected-packages
|
||||
'(pdf-tools)
|
||||
)
|
||||
(pdf-tools-install)
|
||||
|
||||
; Personal startup screen (Desktop)
|
||||
; - preferred org agenda as dedicated window at the top of the frame, n lines high
|
||||
; - common org files open in the bottom window
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
(auto-mode . emacs)
|
||||
("\\.org" . emacs)
|
||||
("\\.txt" . emacs)
|
||||
(".*" . "xdg-open %s")))
|
||||
(".*" . "termux-open --chooser --view %s")))
|
||||
)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
@ -57,12 +57,6 @@
|
|||
(byte-recompile-directory "~/.emacs.d.profiles/org" 0))
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; additional packages
|
||||
(add-to-list 'package-selected-packages
|
||||
'(nov org-noter)
|
||||
)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Load misc extensions
|
||||
(require 'org)
|
||||
|
|
Reference in a new issue