diff options
Diffstat (limited to 'config/prog-mode')
-rw-r--r-- | config/prog-mode/config-prog-mode-hooks.el | 1 | ||||
-rw-r--r-- | config/prog-mode/config-prog-mode.el | 5 |
2 files changed, 6 insertions, 0 deletions
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)) diff --git a/config/prog-mode/config-prog-mode.el b/config/prog-mode/config-prog-mode.el new file mode 100644 index 0000000..5caf9f2 --- /dev/null +++ b/config/prog-mode/config-prog-mode.el @@ -0,0 +1,5 @@ +(require 'config-text-mode) + +(load "config-prog-mode-hooks") + +(provide 'config-prog-mode) |