[emacs] Add kerl support

This commit is contained in:
Correl Roush 2020-01-02 10:23:04 -05:00
parent fce662c9de
commit b021f651ff
2 changed files with 6 additions and 0 deletions

View file

@ -901,3 +901,8 @@ Taken from [[http://emacsredux.com/blog/2013/06/21/eval-and-replace/][Emacs Redu
"f" #'twittering-favorite
"F" #'twittering-unfavorite)
#+end_src
* Kerl
#+begin_src emacs-lisp
(use-package! kerl
:commands (kerl-use))
#+end_src

View file

@ -6,6 +6,7 @@
;; (package! another-package :recipe (:host github :repo "username/repo"))
;; (package! builtin-package :disable t)
(package! kerl :recipe (:host github :repo "correl/kerl.el"))
(package! ox-confluence-en :recipe (:host github :repo "correl/ox-confluence-en"))
(package! ob-http)
(package! paredit)