Documentation Index
Fetch the complete documentation index at: https://docs.jylhis.com/llms.txt
Use this file to discover all available pages before exploring further.
Emacs
Source: git://git.sv.gnu.org/emacs.gitLinux
- https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/editors
- https://github.com/nix-community/emacs-overlay
MacOS
- https://github.com/d12frosted/homebrew-emacs-plus
- https://github.com/caldwell/build-emacs/tree/master
- https://github.com/sban/emacs
Android
- https://mstempl.netlify.app/post/emacs-on-android/
- https://github.com/nix-community/nix-on-droid/tree/master/pkgs
- https://www.gnu.org/software/emacs/manual/html_node/emacs/Android.html
- https://f-droid.org/packages/org.gnu.emacs/
- https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/
- https://github.com/mariusk/android-with-emacs
- https://github.com/zakkak/android-emacs-toolkit
Nix
Keybindings — considered and not adopted
- general.el to conquer Emacs keybindings — argues for a leader-key system built on
general.el. Researched against the built-in alternatives and rejected for Jotain:general.el’s primary differentiator is:statesfor evil-mode integration, which Jotain does not use. Emacs 30’skeymap-set, built-inwhich-key, and use-package:bindalready cover the article’s discoverability and leader-key goals without a new dependency. The article’s spirit — memorable, categorised, self-documenting prefixes — is instead realised throughwhich-key-add-key-based-replacementsregistered ininit-keys.el, with the per-package bindings staying colocated with theiruse-packageblocks. See Keybindings for the resulting namespace map.