default nixpkgs emacs not 29
This commit is contained in:
8
main.org
8
main.org
@@ -362,6 +362,14 @@ Makes using racket so much nicer
|
||||
(leaf geiser-racket :ensure t)
|
||||
#+end_src
|
||||
|
||||
** Clojure
|
||||
|
||||
For using clojure, we use both [[https://github.com/clojure-emacs/clojure-mode][clojure-mode]] and for REPL we use [[https://github.com/clojure-emacs/cider][CIDER]].
|
||||
|
||||
#+begin_src elisp :tangle yes :exports code
|
||||
(leaf clojure-mode :ensure t cider)
|
||||
#+end_src
|
||||
|
||||
* Org
|
||||
|
||||
We ensure that org is available (though it is builtin)
|
||||
|
||||
Reference in New Issue
Block a user