2022-01-15-migrating-to-non-GNU-ELPA.org 1.3 KB

These are notes on migraging to non-GNU ELPA

DONE remove all references to pacakge management in ~/.emacs

  • State "DONE" from "DONE" [2022-01-15 Sat 09:20]

DONE install my .emacs.d/ files

DONE fire up newly built-from-sources emacs and see what happens

DONE get latest xah fly keys and add it to load path   manual

mkdir -p ~/public/gnu
cd ~/public/gnu
git clone https://github.com/xahlee/xah-fly-keys.git

Add to ~/.emacs

(add-to-list 'load-path "~/public/github/xah-fly-keys")

DONE Add missing packages that I use (see error messages)

  • State "DONE" from "IN-PROGRESS" [2022-01-15 Sat 09:20]

  • State "IN-PROGRESS" from "TODO" [2022-01-15 Sat 08:22]

    which-key   elpa

    • M-X list-packages

    • select which-key ("I")

    • install ("x")

    org-contrib   elpa

    xah-lookup   manual

    • copy from old install

    • Add to ~/elisp-public

    DONE Add MELPA to archives list

(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t)
(package-initialize)

ox-hugo   melpa