diff options
author | Case Duckworth | 2021-01-02 11:09:33 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-02 11:09:33 -0600 |
commit | 0a1d014f80649545b7af06dbb2c1559a13644319 (patch) | |
tree | b0149dfc3ba5a8fa6c83b7e53897a194d6f8dea4 | |
parent | Update README (diff) | |
download | emacs-0a1d014f80649545b7af06dbb2c1559a13644319.tar.gz emacs-0a1d014f80649545b7af06dbb2c1559a13644319.zip |
Change startup visibility
-rw-r--r-- | config.org | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config.org b/config.org index 1bac3d5..2d57c3e 100644 --- a/config.org +++ b/config.org | |||
@@ -1,13 +1,11 @@ | |||
1 | #+TITLE: Emacs, emacs, emacs | 1 | #+TITLE: Emacs, emacs, emacs |
2 | #+AUTHOR: Case Duckworth | 2 | #+AUTHOR: Case Duckworth |
3 | #+PROPERTY: header-args :tangle config.el :comments both :mkdirp yes | 3 | #+PROPERTY: header-args :tangle config.el :comments both :mkdirp yes |
4 | #+STARTUP: | 4 | #+STARTUP: overview |
5 | #+EXPORT_FILE_NAME: README.md | 5 | #+EXPORT_FILE_NAME: README.md |
6 | #+OPTIONS: toc:nil | 6 | #+OPTIONS: toc:nil |
7 | #+BANKRUPTCY_COUNT: 3.2 | 7 | #+BANKRUPTCY_COUNT: 3.2 |
8 | #+Time-stamp: <2021-01-02 10:01:56 acdw> | 8 | #+Time-stamp: <2021-01-02 11:07:58 acdw> |
9 | |||
10 | Why the hell not, let’s do this again. | ||
11 | 9 | ||
12 | * Basics | 10 | * Basics |
13 | 11 | ||