Emacs_Cfg/custom.el

17 lines
678 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-17 21:27:25 +02:00
'(package-selected-packages nil)
'(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.
)