From e543e54b76c1e97017c7e847dc7105ff95a10d6a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Wed, 16 Jul 2025 01:02:35 +0300 Subject: Move Emacs stuff to emacs/.config/emacs --- shared/custom.el | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 shared/custom.el (limited to 'shared/custom.el') 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 @@ -(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 - '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" default)) - '(safe-local-variable-values - '((buffer-file-coding-system . utf-8-unix) - (buffer-file-coding-system . cp437-dos)))) -(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