diff options
| author | 2025-07-16 01:02:35 +0300 | |
|---|---|---|
| committer | 2025-07-16 01:02:35 +0300 | |
| commit | e543e54b76c1e97017c7e847dc7105ff95a10d6a (patch) | |
| tree | a50b536b76b9f16e6460fe1782a2c711aaa0f700 /shared/custom.el | |
| parent | Add swift-mode (diff) | |
| download | dotfiles-e543e54b76c1e97017c7e847dc7105ff95a10d6a.tar.gz dotfiles-e543e54b76c1e97017c7e847dc7105ff95a10d6a.tar.xz dotfiles-e543e54b76c1e97017c7e847dc7105ff95a10d6a.zip | |
Move Emacs stuff to emacs/.config/emacs
Diffstat (limited to 'shared/custom.el')
| -rw-r--r-- | shared/custom.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/shared/custom.el b/shared/custom.el deleted file mode 100644 index 5596e47..0000000 --- a/shared/custom.el +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 | '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" default)) | ||
| 8 | '(safe-local-variable-values | ||
| 9 | '((buffer-file-coding-system . utf-8-unix) | ||
| 10 | (buffer-file-coding-system . cp437-dos)))) | ||
| 11 | (custom-set-faces | ||
| 12 | ;; custom-set-faces was added by Custom. | ||
| 13 | ;; If you edit it by hand, you could mess it up, so be careful. | ||
| 14 | ;; Your init file should contain only one such instance. | ||
| 15 | ;; If there is more than one, they won't work right. | ||
| 16 | ) | ||
| 17 | (put 'upcase-region 'disabled nil) | ||