tvl-depot/tools/emacs
Vincent Ambo 00c9060c2f feat(emacs.d): Introduce custom mc/mark-dwim cursor marker
Adds a "do what I mean" multiple-cursor selection with the logic that
I find most useful:

* If there is no active region, mark the next line (or lines, based on
  prefix argument)
* If there is an active region that spans multiple lines, call
  `mc/edit-lines`
* If there is an active region on a single line, trigger a custom
  selection hydra with functionality equivalent to
  `mc/mark-more-like-this-extended` but a slightly improved user
  experience

Hopefully this will make it easier to get into the habit of actually
using multiple-cursors without calling the mc commands via M-x
2019-12-15 17:13:17 +00:00
..
config feat(emacs.d): Introduce custom mc/mark-dwim cursor marker 2019-12-15 17:13:17 +00:00
.gitignore chore(emacs): Move emacs config to tools/emacs 2019-12-14 11:30:56 +00:00
default.nix feat(tools/emacs): Build fully pre-configured Emacs 2019-12-14 15:25:04 +00:00
README.md docs(emacs): Update README file 2019-12-14 11:32:54 +00:00

tools/emacs

This sub-folder builds my Emacs configuration, supplying packages from Nix and configuration from this folder.

I use Emacs for many things (including as my desktop environment).