Once Emacs is installed with Cider , the first thing you have to do is to install all the packages that are required to use Org-mode and some of the tweaks that I am proposing. The packages that you have to install are:
org adaptive-wrap htmlizeThey can easily be installed using the following commands:
M-x package-install [RET] org [RET] M-x package-install [RET] adaptive-wrap [RET] M-x package-install [RET] htmlize [RET]Additionally, you could have used M-x package-list-packages , then move your cursor in the buffer to the packages’ line. Then press i (for install) and once all the packages are selected, you could have press x (execute) to install all the packages all at once.