Skip to content

Commit

Permalink
jinx' display message "Loaded Jinx-mode" only when --init-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bard_simpson committed Jul 3, 2024
1 parent 5693605 commit f32af3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/env/my-jinx.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
(lambda ()
(when (buffer-live-p buf)
(with-current-buffer buf
(message "Loaded `jinx-mode'...")
(when init-file-debug ; --debug-init
(message "Loaded `jinx-mode'..."))
(jinx-mode +1)))))))

(leaf jinx
Expand Down

0 comments on commit f32af3f

Please sign in to comment.