Namespace packages

This commit is contained in:
Maciej 2021-03-07 18:24:10 +02:00
parent a09b7edebe
commit 185c112890
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
41 changed files with 177 additions and 177 deletions

View file

@ -2,7 +2,7 @@
;;; Commentary:
;;; Code:
(require 'icejam-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
(use-package markdown-mode
:straight t
@ -23,5 +23,5 @@
(add-hook 'markdown-mode-hook 'activate-markdown-mode)
(provide 'icejam-lang-markdown)
(provide '+custom-lang-markdown)
;;; markdown.el ends here