Add stub for major mode

master
Elis Hirwing 3 years ago
parent 7d4cc4b5a1
commit 004597507d
Signed by: etu
GPG Key ID: D57EFA625C9A925F

@ -5,7 +5,11 @@
(require 'cell)
(cl-defun stitchers-mode ()
"Major mode for editing stitching patterns."
(message "Hello"))
(add-to-list 'auto-mode-alist '("\\.sel\\'" . stitchers-mode))
(provide 'stitchers)
;;; stitchers.el ends here

Loading…
Cancel
Save