- firewall rule for VNC for `pc` host
- `go-translate` emacs package with custom bindings
- `magit-delta` to improve diffs readability with `magit` through
  `delta`
- `fira-code-mode` enabled only in `prog-mode`
- `mpv` is spawned by `qutebrowser` without waiting for video being
  loaded
This commit is contained in:
Andrea Ciceri 2022-04-30 14:07:16 +02:00
parent 99cd09401a
commit 6791cb51a2
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
12 changed files with 64 additions and 10 deletions

View file

@ -2,6 +2,9 @@
:bind (("C-x g" . magit-status)
("C-x C-g" . magit-status)))
(use-package magit-delta
:hook (magit-mode . magit-delta-mode))
(use-package transient
:defer t
:config