Skip to content

Commit

Permalink
Add makefile-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Apr 4, 2024
1 parent 96a9feb commit ddd0547
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cats/+makefile.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
;; -*- lexical-binding: t; -*-

(use-package makefile-executor
:delight ""
:hook (makefile-mode . makefile-executor-mode))
1 change: 1 addition & 0 deletions config.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@

;;; language
(cat! "+cmake")
(cat! "+makefile")
(cat! "+powershell")
(cat! "+yaml")
(cat! "+kotlin")
Expand Down

0 comments on commit ddd0547

Please sign in to comment.