From ed71744480d0ba6399dfc8a119ed28611addc8c2 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 27 Jul 2024 10:44:53 +0300 Subject: In the beginning there was darkness --- shared/custom.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shared/custom.el (limited to 'shared') diff --git a/shared/custom.el b/shared/custom.el new file mode 100644 index 0000000..42627c3 --- /dev/null +++ b/shared/custom.el @@ -0,0 +1,14 @@ +(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. + '(custom-safe-themes + '("7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default))) +(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. + ) +(put 'upcase-region 'disabled nil) -- cgit v1.2.3