fixup xdg-open on android/termux / remove nov, pdf-tools, org-noter as they cannot be used universally

This commit is contained in:
KemoNine 2022-08-26 14:41:24 -04:00
parent 6a52da50ee
commit 2822280595
2 changed files with 1 additions and 13 deletions

View File

@ -3,12 +3,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; pdf-tools related stuff ; pdf-tools related stuff
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; additional packages
(add-to-list 'package-selected-packages
'(pdf-tools)
)
(pdf-tools-install)
; Personal startup screen (Desktop) ; Personal startup screen (Desktop)
; - preferred org agenda as dedicated window at the top of the frame, n lines high ; - preferred org agenda as dedicated window at the top of the frame, n lines high
; - common org files open in the bottom window ; - common org files open in the bottom window

View File

@ -45,7 +45,7 @@
(auto-mode . emacs) (auto-mode . emacs)
("\\.org" . emacs) ("\\.org" . emacs)
("\\.txt" . emacs) ("\\.txt" . emacs)
(".*" . "xdg-open %s"))) (".*" . "termux-open --chooser --view %s")))
) )
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -57,12 +57,6 @@
(byte-recompile-directory "~/.emacs.d.profiles/org" 0)) (byte-recompile-directory "~/.emacs.d.profiles/org" 0))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; additional packages
(add-to-list 'package-selected-packages
'(nov org-noter)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Load misc extensions ; Load misc extensions
(require 'org) (require 'org)