summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 968627d..31fc0be 100644 --- a/init.el +++ b/init.el
@@ -1296,7 +1296,8 @@ successive invocations."
1296 (lambda (start end) "Count words stupidly with a limit." 1296 (lambda (start end) "Count words stupidly with a limit."
1297 (acdw-org/count-words-stupidly start 1297 (acdw-org/count-words-stupidly start
1298 end 1298 end
1299 999))))) 1299 ;999
1300 )))))
1300 1301
1301 (setup (:straight org-appear) 1302 (setup (:straight org-appear)
1302 (:hook-into org-mode))) 1303 (:hook-into org-mode)))