Skip to content

Commit 5a7bbf7

Browse files
chore: update TODOs and emacs local config
Signed-off-by: Ar Rakin <[email protected]>
1 parent 498830c commit 5a7bbf7

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

.dir-locals.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
((nil . ((fill-column . 80)
2-
(indent-tabs-mode . nil)
2+
(indent-tabs-mode . t)
33
(tab-width . 4)
44
(require-final-newline t))))
55

@@ -12,3 +12,6 @@
1212
(substatement-open . 0)
1313
(brace-list-open . 0)
1414
(brace-list-close . 0)))))
15+
16+
((org-mode . ((org-use-sub-superscripts . '{})
17+
(tab-width . 8))))

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ max_line_length = 0
1616
[*.yml]
1717
indent_style = space
1818
indent_size = 2
19+
20+
[{TODO,*.org}]
21+
indent_size = 8

TODO

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
TODOs for freehttpd
2-
===================
1+
# -*- Org -*-
32

4-
* http1_request.c: parse query strings
5-
* server: use writev and sendfile for fast I/O
6-
* server: default index file
7-
* autoindex: parent directory link icon
8-
* http1: keep-alive connections
9-
* module: base64.c
10-
* module: md5.c
3+
#+TITLE: TODOs for freehttpd
4+
5+
# Local Variables:
6+
# org-use-sub-superscripts: nil
7+
# org-export-with-sub-superscripts: nil
8+
# End:
9+
10+
* TODO [#A] ~http1_request.c~: parse query strings
11+
* TODO ~server~: default index file
12+
* TODO ~autoindex~: parent directory link icon
13+
* TODO ~http1~: keep-alive connections
14+
* TODO ~module~: ~md5.c~

0 commit comments

Comments
 (0)