remove ido mode, add undo tree
This commit is contained in:
@@ -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)))))
|
||||
|
||||
Reference in New Issue
Block a user