tvl-depot/emacs/.emacs.d
William Carroll f3ee628a4c Support display-arrangement macro
I was tired of using `arandr` to manually configure my monitor positions, so I
encoded the settings in Elisp in the `display.el` module.

TL;DR:
- Drop support for `position` kwarg in `display-register` macro
- Support `coords` kwarg in `display-register`.
- `defconst` the `xrandr` arguments and command in `display-register`.
- Define `display-arrangement` macro that consumes the `xrandr` arguments that
  `display-register` defines to create an interactive function,
  `display-arrange-<NAME>`, which -- when invoked -- runs one xrandr command to
  configure a display "arrangement".
2020-10-04 16:20:16 +01:00
..
snippets More Elisp linting 2020-09-01 10:17:43 +01:00
vendor Delete unused slack-snippets module 2020-09-02 14:38:42 +01:00
wpc Support display-arrangement macro 2020-10-04 16:20:16 +01:00
init.el Remove Emacs config for Google languages 2020-09-07 23:28:20 +01:00
opam-user-setup.el Move move .emacs.d out of configs/shared 2020-01-30 16:00:29 +00:00