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-03-09 11:32:40 +01:00
|
|
|
'(package-selected-packages nil))
|
|
|
|
(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.
|
|
|
|
)
|