16
modules/init-crystal.el
Normal file
16
modules/init-crystal.el
Normal file
@@ -0,0 +1,16 @@
|
||||
;;; init-crystal.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Crystal Mode
|
||||
;;----------------------------------------------------------------------------
|
||||
(use-package crystal-mode
|
||||
:mode ("\\.cr\\'" . crystal-mode))
|
||||
|
||||
(provide 'init-crystal)
|
||||
|
||||
;; End:
|
||||
;;; init-crystal.el ends here
|
||||
Reference in New Issue
Block a user