diff options
author | Yuchen Pei <id@ypei.org> | 2023-08-27 17:33:36 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-08-27 17:33:36 +1000 |
commit | 0437880663adb81d9f114cd1d7a5ea40d0b1ae97 (patch) | |
tree | f8fa14f7e957a1e309f8f9fecaf3b8b1d8524546 /emacs/.emacs.d/lisp | |
parent | 9e004a40faba221f9179a96df6cceaeaba2d8c68 (diff) |
typo
Diffstat (limited to 'emacs/.emacs.d/lisp')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-prog.el b/emacs/.emacs.d/lisp/my/my-prog.el index 558117b..798b4cd 100644 --- a/emacs/.emacs.d/lisp/my/my-prog.el +++ b/emacs/.emacs.d/lisp/my/my-prog.el @@ -362,7 +362,7 @@ left and the source buffer on the right. "/")) (defun my-json-set-header-line-hook () - (when (< (point-max) 100000 (my-json-set-header-line-to-path)))) + (when (< (point-max) 100000) (my-json-set-header-line-to-path))) (defun my-json-set-header-line-to-path () (setq header-line-format |