amethyst icon indicating copy to clipboard operation
amethyst copied to clipboard

An elegant Emacs setup optimized for non-technical writers

Results 2 amethyst issues
Sort by recently updated
recently updated
newest added

In this bit of code [here](https://github.com/ashton314/emacs-writer/blob/8ee2cf7922a2ab2e0b58638675edd790c26b0582/writer_entry.el#L289), you're using an inline quoted lambda for hooks. The issue with that, is that it tends to be quite hard to introspect the hook...

Unlike `racket`, ELisp doesn't have namespaces unfortunately. The top-level is typically reserved for Emacs provided functions. Unfortunately, with a top-level global namespace you can run into issues without prefixing quite...