21 lines
959 B
EmacsLisp
21 lines
959 B
EmacsLisp
;; -*- lexical-binding: t; -*-
|
|
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; 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.
|
|
'(custom-enabled-themes '(deeper-blue))
|
|
'(package-selected-packages
|
|
'(cape dart-mode diminish dumber-jump evil evil-collection
|
|
exec-path-from-shell fish-mode ghostel jai-mode magit
|
|
move-text multiple-cursors org-roam undo-tree yaml-mode
|
|
yasnippet yasnippet-snippets))
|
|
'(package-vc-selected-packages
|
|
'((jai-mode :url "https://github.com/valignatev/jai-mode.git"))))
|
|
(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; 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)))))
|