Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Viewing all articles
Browse latest Browse all 11063

Optimal Emacs Settings for Org-mode for Literate Programming

$
0
0

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 htmlize

They 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.


Viewing all articles
Browse latest Browse all 11063

Trending Articles