From 7f7247752c3d08673c21f533f05b9a8ca3466e49 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 18 Apr 2022 14:54:10 -0400 Subject: [PATCH] Cleanup --- README.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.org b/README.org index 31258f9..4bfb85f 100644 --- a/README.org +++ b/README.org @@ -2472,9 +2472,7 @@ epkgs.clojure-mode epkgs.cider #+END_SRC -[[https://github.com/clojure-emacs/clojure-mode][Clojure Mode]] is an Emacs major mode that provides font-lock (syntax highlighting), indentation, navigation, and refactoring support for the [[https://clojure.org][Clojure]] programming language. - -https://github.com/clojure-emacs/cider extends Emacs with support for interactive programming in Clojure. The features are centered around =cider-mode=, adding a running process for compilation, code completion, debugging, definition and documentation lookup, running tests, and more. +[[https://github.com/clojure-emacs/clojure-mode][Clojure Mode]] is an Emacs major mode that provides font-lock (syntax highlighting), indentation, navigation, and refactoring support for the [[https://clojure.org][Clojure]] programming language. [[https://github.com/clojure-emacs/cider][Cider]] extends Emacs with support for interactive programming in Clojure. The features are centered around =cider-mode=, adding a running process for compilation, code completion, debugging, definition and documentation lookup, running tests, and more. #+NAME: emacs-clojure-elisp #+BEGIN_SRC emacs-lisp