Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Markless
  • Loading branch information
Shinmera committed Feb 1, 2019
1 parent b79f9ab commit 0e8dbfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions shinmera-markless.el
@@ -0,0 +1,10 @@
(require 'shinmera-package)

(when (featurep 'shinmera-package)
(ensure-installed 'markless))

(autoload 'markless-mode "markless" "" t nil)
(add-to-list 'auto-mode-alist '("\\.mess\\'" . markless-mode))
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "markless" '("markless-")))

(provide 'shinmera-markless)
1 change: 1 addition & 0 deletions shinmera.el
Expand Up @@ -28,5 +28,6 @@
(require 'shinmera-js)
(require 'shinmera-c)
(require 'shinmera-java)
(require 'shinmera-markless)
;; Last
(require 'shinmera-startup)

0 comments on commit 0e8dbfb

Please sign in to comment.