diff options
| -rw-r--r-- | arkta/arkta-progmodes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arkta/arkta-progmodes.el b/arkta/arkta-progmodes.el index 3a97aad..dc6d3c7 100644 --- a/arkta/arkta-progmodes.el +++ b/arkta/arkta-progmodes.el | |||
| @@ -127,7 +127,7 @@ | |||
| 127 | (lua-indent-level 4) | 127 | (lua-indent-level 4) |
| 128 | :mode ("\\.lua\\'" "\\.rockspec\\'")) | 128 | :mode ("\\.lua\\'" "\\.rockspec\\'")) |
| 129 | 129 | ||
| 130 | (use-package make-mode | 130 | (use-package makefile-mode |
| 131 | :straight '(make-mode :type built-in) | 131 | :straight '(make-mode :type built-in) |
| 132 | :mode (("Makefile\\'" . makefile-gmake-mode) | 132 | :mode (("Makefile\\'" . makefile-gmake-mode) |
| 133 | "GNUmakefile\\'" | 133 | "GNUmakefile\\'" |