summaryrefslogtreecommitdiff
path: root/shared/custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'shared/custom.el')
-rw-r--r--shared/custom.el14
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)