5cf6a0b23d
In the past I used `defconst` in many of my Elisp libraries where I should've used something like: ```elisp ;; some/path/to/some-lib.el (defgroup some-lib nil) (defcustom some-lib-setting nil :group 'some-lib) ``` When I encounter code that I should've structured this way, I'm cleaning it up to prefer this more idiomatic pattern. |
||
---|---|---|
.. | ||
.emacs.d | ||
default.nix | ||
elisp-conventions.md | ||
keybindings.md | ||
README.md | ||
snippets.md |
Emacs
Emacs is one of a handful software projects that I highly value. I consider it
as central to my workflow as git
and nix
.
Installing
If you already have briefcase
on your local file system, run the following
from the top-level briefcase
directory:
$ nix-build -f . -iA emacs.nixos