Convert language files to packages
This commit is contained in:
parent
4337243183
commit
0974c0c86f
12 changed files with 91 additions and 6 deletions
|
|
@ -1,3 +1,9 @@
|
|||
;;; clojure -- summary
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(require '05prog-mode)
|
||||
|
||||
(use-package clojure-mode
|
||||
:defer t
|
||||
:ensure t)
|
||||
|
|
@ -39,3 +45,6 @@
|
|||
|
||||
(add-hook 'cider-repl-mode-hook 'my-clj-repl-config)
|
||||
(add-hook 'cider-mode-hook #'cider-company-enable-fuzzy-completion)
|
||||
|
||||
(provide 'clojure)
|
||||
;;; clojure.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue