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

@ -10,9 +10,9 @@
;;; Code:
(require 'icejam-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
(require 'icejam-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
(require 'icejam-pkg-hydra "$HOME/.emacs.d/pkg/hydra.el")
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
(require '+custom-pkg-hydra "$HOME/.emacs.d/pkg/hydra.el")
(use-package haskell-mode
:straight t
@ -53,5 +53,5 @@ _i_: Indent buffer _m_: iMenu
(add-hook 'haskell-mode-hook 'activate-haskell-mode)
(provide 'icejam-lang-haskell)
(provide '+custom-lang-haskell)
;;; haskell.el ends here