Added dokuwiki-mode

This commit is contained in:
Jesús 2018-11-21 17:10:19 -05:00
parent 60be107127
commit 6993bb819f
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
3 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@
'(ecb-options-version "2.50")
'(package-selected-packages
(quote
(web-mode rainbow-mode yaml-mode scss-mode sass-mode less-css-mode pkgbuild-mode pip-requirements jedi markdown-mode crystal-mode nginx-mode emmet-mode whitespace-cleanup-mode flycheck neotree all-the-icons highlight-indent-guides anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line ecb diminish undo-tree nlinum sublime-themes use-package))))
(dokuwiki-mode web-mode rainbow-mode yaml-mode scss-mode sass-mode less-css-mode pkgbuild-mode pip-requirements jedi markdown-mode crystal-mode nginx-mode emmet-mode whitespace-cleanup-mode flycheck neotree all-the-icons highlight-indent-guides anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line ecb diminish undo-tree nlinum sublime-themes use-package))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View File

@ -60,7 +60,7 @@
(require 'init-rainbow)
(require 'init-web-mode)
(require 'init-ready)
(require 'init-dokuwiki)
;;; Loads custom file
(when (file-exists-p custom-file)
(load custom-file))

4
lisp/init-dokuwiki.el Normal file
View File

@ -0,0 +1,4 @@
;; dokuwiki-mode
(use-package dokuwiki-mode)
(provide 'init-dokuwiki)