Emacs_Cfg/custom.el

22 lines
900 B
EmacsLisp
Raw Normal View History

2025-03-09 11:32:40 +01:00
;;; -*- 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.
2025-03-22 18:31:29 +01:00
'(delete-selection-mode nil)
2025-04-28 20:52:16 +02:00
'(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))
2025-04-17 21:27:25 +02:00
'(warning-suppress-log-types '((lsp-mode) (lsp-mode)))
'(warning-suppress-types '((lsp-mode))))
2025-03-09 11:32:40 +01:00
(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.
)