diff options
| author | 2024-07-27 10:44:53 +0300 | |
|---|---|---|
| committer | 2024-07-27 10:44:53 +0300 | |
| commit | ed71744480d0ba6399dfc8a119ed28611addc8c2 (patch) | |
| tree | bc6d0edeeb4479874400ea8bea6a9d46511940a2 /shared/custom.el | |
| download | emacs.d-ed71744480d0ba6399dfc8a119ed28611addc8c2.tar.gz emacs.d-ed71744480d0ba6399dfc8a119ed28611addc8c2.tar.xz emacs.d-ed71744480d0ba6399dfc8a119ed28611addc8c2.zip | |
In the beginning there was darkness
Diffstat (limited to 'shared/custom.el')
| -rw-r--r-- | shared/custom.el | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
| 1 | (custom-set-variables | ||
| 2 | ;; custom-set-variables was added by Custom. | ||
| 3 | ;; If you edit it by hand, you could mess it up, so be careful. | ||
| 4 | ;; Your init file should contain only one such instance. | ||
| 5 | ;; If there is more than one, they won't work right. | ||
| 6 | '(custom-safe-themes | ||
| 7 | '("7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default))) | ||
| 8 | (custom-set-faces | ||
| 9 | ;; custom-set-faces was added by Custom. | ||
| 10 | ;; If you edit it by hand, you could mess it up, so be careful. | ||
| 11 | ;; Your init file should contain only one such instance. | ||
| 12 | ;; If there is more than one, they won't work right. | ||
| 13 | ) | ||
| 14 | (put 'upcase-region 'disabled nil) | ||