From e6b5e17a394cc8fdd827670b8fa1a81043c8a951 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 3 Jul 2022 21:29:51 -0400 Subject: init --- config/prog-mode/config-prog-mode-hooks.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/prog-mode/config-prog-mode-hooks.el (limited to 'config/prog-mode/config-prog-mode-hooks.el') diff --git a/config/prog-mode/config-prog-mode-hooks.el b/config/prog-mode/config-prog-mode-hooks.el new file mode 100644 index 0000000..a3c63e0 --- /dev/null +++ b/config/prog-mode/config-prog-mode-hooks.el @@ -0,0 +1 @@ +(setq prog-mode-hook (copy-tree text-mode-hook)) -- cgit v1.2.3