aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-dokuwiki.el
blob: 40762a5a024e9425c67a28269c98175ab4faa193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; init-dokuwiki.el --- .Emacs Configuration -*- lexical-binding: t -*-
;;; Commentary:
;;

;;; Code:
;; dokuwiki-mode
(use-package dokuwiki-mode)

(provide 'init-dokuwiki)

;; End:
;;; init-dokuwiki.el ends here