Emacs_Cfg/custom.el
2025-04-28 20:52:16 +02:00

21 lines
900 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.
'(delete-selection-mode nil)
'(package-selected-packages
'(all-the-icons astro-ts-mode company-quickhelp dashboard
doom-modeline doom-themes evil-collection
fennel-mode flycheck lsp-pyright lsp-ui magit
rustic sideline slime treemacs-evil
treemacs-projectile))
'(warning-suppress-log-types '((lsp-mode) (lsp-mode)))
'(warning-suppress-types '((lsp-mode))))
(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.
)