mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[emacs] Add kerl support
This commit is contained in:
parent
fce662c9de
commit
b021f651ff
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue