@@ -7,10 +7,12 @@ years, so please feel free to point out where it can be improved.
7
7
8
8
These days I have a fairly homogenous environment across my different
9
9
installations, so there's not a lot of effort put in to making things
10
- backwards-compatible. I mostly run a snapshot build on a Linux
11
- (Ubuntu) host, and the latest stable build on windows. Most
10
+ backwards-compatible. I mostly run a snapshot build on a Linux
11
+ (Ubuntu) host, and the [ latest
12
+ build] ( https://github.com/kiennq/emacs-build ) on windows. Most
12
13
configuration should be portable, but there are facilities to load
13
- platform-specific (and host-specific) code when necessary.
14
+ platform-specific (and host-specific) code when necessary. I assume a
15
+ very recent Emacs.
14
16
15
17
Installation
16
18
------------
@@ -21,11 +23,9 @@ where-ever you feel like and just symlink `init.el` to `~/.emacs`; it
21
23
is designed to be portable like this.
22
24
23
25
I use [ use-package] ( https://github.com/jwiegley/use-package ) now,
24
- after years with [ el-get] ( https://github.com/dimitri/el-get ) . Most
25
- packages are on melpa (and alternatives) now, and for those that
26
- aren't, the
27
- [ quelpa plugin for use-package] ( https://github.com/quelpa/quelpa-use-package )
28
- smooths over the cracks.
26
+ after years with [ el-get] ( https://github.com/dimitri/el-get ) . There
27
+ are a couple of helpers for packages that are only on github, or
28
+ sometimes at a URL (which I host on gists).
29
29
30
30
General Notes
31
31
-------------
0 commit comments