mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-04-18 18:59:04 +00:00
19 lines
195 B
Markdown
19 lines
195 B
Markdown
---
|
|
title: "Emacs: show plain text version"
|
|
#image: "img/emacs.png"
|
|
tags:
|
|
- emacs
|
|
- org
|
|
- productivity
|
|
- lisp
|
|
- snippet
|
|
---
|
|
|
|
<!--more-->
|
|
|
|
```lisp
|
|
(font-lock-mode)
|
|
```
|
|
|
|
|