remove ido mode, add undo tree

This commit is contained in:
2026-06-24 11:46:39 -04:00
parent 10c12abb3c
commit f924faa82d
2 changed files with 25 additions and 10 deletions

View File

@@ -7,9 +7,9 @@
'(custom-enabled-themes '(modus-operandi))
'(eglot-code-action-indications '(eldoc-hint))
'(package-selected-packages
'(cape dumber-jump evil evil-collection exec-path-from-shell fish-mode
jai-mode magit move-text multiple-cursors yaml-mode
yasnippet yasnippet-snippets))
'(cape dart-mode dumber-jump evil evil-collection exec-path-from-shell
fish-mode jai-mode magit move-text multiple-cursors
undo-tree yaml-mode yasnippet yasnippet-snippets))
'(package-vc-selected-packages
'((jai-mode :url "https://github.com/valignatev/jai-mode.git"))))
(custom-set-faces
@@ -17,4 +17,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
'(eglot-inlay-hint-face ((t (:inherit shadow :height 0.8)))))