Emacs_Cfg/custom.el
2025-04-17 21:27:25 +02:00

16 lines
678 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 nil)
'(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.
)