Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3
Guide to Clojure REPL Driven Development with Emacs Doom
License
practicalli/doom-emacs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
██████╗ ██████╗ █████╗ ██████╗████████╗██╗ ██████╗ █████╗ ██╗ ██╗ ██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██║██╔════╝██╔══██╗██║ ██║ ██║██████╔╝██████╔╝███████║██║ ██║ ██║██║ ███████║██║ ██║ ██║██╔═══╝ ██╔══██╗██╔══██║██║ ██║ ██║██║ ██╔══██║██║ ██║ ██║██║ ██║ ██║██║ ██║╚██████╗ ██║ ██║╚██████╗██║ ██║███████╗███████╗██║╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝Practicalli is not actively developing this configuration, although it should be useable with current versions of Doom Emacs and Emacs 28 onward.
This work is licensed under a Creative Commons Attribution 4.0 ShareAlike License (including images & stylesheets).The Practicalli Doom Emacs provides practical guides to software development tasks, using predominantly the Clojure and ClojureScript languages. Most of the editing techniques and tools are applicable to any editing tasks.
Doom Emacs is an open source project to provide configuration to add 150+ packages to Emacs, without having to writing a lot of common configuration code.
Create a free Clojurians Slack community account.
This book will cover the following topics:
- Emacs basics, common commands and tools
- Powerful editing and refactor tools (iedt, narrowing, helm-ag, multiple cursors, visual undo)
- Adding and enhancing the Clojure layer
- Running the REPL, evaluating code, inspecting data, debug, reloaded workflow
- Running tests & test reports
- Structural editing (smartparens/evil-cleverparens)
- Clojure docs, auto-completion, snippets
- Clojurescript development, figwheel-main and reagent
- Org-mode for project documentation, literate programming & presentations
Issues and pull requests are most welcome. Please detail issues as much as you can. Pull requests are simpler to work with when they are specific to a page or at most a section. The smaller the change the quicker it is to review and merge.
Pleasesee the detailed contributing section of the book before raising an issue or pull request
practicalli/doom-emacs-config GitHub repository contains the Practicalli Doom Emacs configuration used in this guide and issues and pull requests can also be made there.
Pleaseread the contributing section of the book page before raising an issue or pull request
By submitting content ideas and corrections you are agreeing they can be used in this workshop under theCreative Commons Attribution ShareAlike 4.0 International license. Attribution will be detailed viaGitHub contributors.
All sponsorship funds are used to support the continued development ofPracticalli series of books and videos, although most work is done at personal cost and time.
Thanks toCognitect,Nubank and a wide range of othersponsors for your continued support
The megalinter GitHub actions will run when a pull request is created,checking basic markdown syntax.
A review of the change will be carried out by the Practicalli team and the PR merged if the change is acceptable.
The Publish Book GitHub action will run when PR's are merged into main (or the Practicalli team pushes changes to the default branch).
Publish book workflow installs Material for MkDocs version 9
Install mkdocs version 9 using the Python pip package manager
pip install mkdocs-material=="9.*"Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)
pip3 install mkdocs-material mkdocs-callouts mkdocs-glightbox mkdocs-git-revision-date-localized-plugin mkdocs-redirects pillow cairosvg
pillow and cairosvg python packages are required forSocial Cards
Fork the GitHub repository and clone that fork to your computer,
git clone https://github.com/<your-github-account>/<repository>.git
Run a local server from the root of the cloned project
mkdocs serve
The website will open athttp://localhost:8000
About
Guide to Clojure REPL Driven Development with Emacs Doom
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.

