minor fix

This commit is contained in:
js0ny 2025-02-27 10:44:37 +00:00
parent 8575e2e376
commit 9b7e06023d
4 changed files with 13 additions and 3 deletions

View file

@ -19,8 +19,8 @@
:group 'org-pomodoro)
(defun org-pomodoro-send-telegram-message (message)
(interactive)
"使用 Telegram bot 发送消息。"
(interactive)
(when (and (not (string-empty-p org-pomodoro-telegram-bot-token))
(not (string-empty-p org-pomodoro-telegram-chat-id)))
(request

View file

@ -148,7 +148,7 @@
(latex +latexmk +cdlatex +lsp) ; writing papers in Emacs has never been so fun
;;lean ; for folks with too much to prove
;;ledger ; be audit you can be
;lua ; one-based indices? one-based indices
;lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
@ -197,7 +197,10 @@
:config
;;literate
(default +bindings +smartparens))
(default +bindings +smartparens)
:personal
telega
)
(setq custom-file (expand-file-name ".custom.el" doom-user-dir))
(load custom-file t)