- `cura` without disallowed areas for Ender 3 printers
- `udiskie` service for automounting
- Emacs
  - removed `vimish-fold` and `evil-vimish-fold`
  - added `origami`
  - added  `highlight-indent-guides`
  - restored and improved `dirvish`
This commit is contained in:
Andrea Ciceri 2022-05-29 19:16:40 +02:00
parent eac14e0e49
commit 28f14cab2e
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
11 changed files with 164 additions and 25 deletions

View file

@ -16,17 +16,4 @@
:config
(evil-collection-init))
(use-package vimish-fold
:ensure
:after evil)
(use-package evil-vimish-fold
:ensure
:after vimish-fold
:init
(setq evil-vimish-fold-mode-lighter "")
(setq evil-vimish-fold-target-modes '(prog-mode conf-mode text-mode))
:config
(global-evil-vimish-fold-mode))
(provide 'config-evil)