File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed
Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 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
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 ))))
Original file line number Diff line number Diff line change @@ -16,3 +16,6 @@ max_line_length = 0
1616[* .yml ]
1717indent_style = space
1818indent_size = 2
19+
20+ [{TODO,* .org} ]
21+ indent_size = 8
Original file line number Diff line number Diff line change 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~
You can’t perform that action at this time.
0 commit comments