Don't get too cute
I thought I could share the .emacs.d/ folder (using Dropbox) from one installation to another… Nope.
The .emacs.d/folder contains not just definitions of modules or packaages installed, but also compiled programs. That means, each emacs.d/ folder is kinda machine/installation specific. #+HTML: I /did/ learn some valuable shortcuts:
- Leave the .emacs file in the Dropbox folder, and create a symlink to it from each installation
- Create a symlink to the folder that contains the .org files (including the org2blog files) on each installation
- Use the package manager ~M-x install-package~ to install
- org2blog
- ox-hugo (required for the Hydra to work)
It works really well! Smooth!