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

@ -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)

View file

@ -148,6 +148,11 @@ if status is-interactive
end
end
if command -v opam > /dev/null
set OPAMROOT $XDG_DATA_HOME/opam
test -r $OPAMROOT/opam-init/init.fish && source $OPAMROOT/opam-init/init.fish > /dev/null 2> /dev/null; or true
end
# Coursier: Scala dependency manager
if command -v coursier > /dev/null
set -gx PATH "$PATH:$XDG_DATA_HOME/coursier/bin"

View file

@ -19,3 +19,5 @@ set --export PATH $BUN_INSTALL/bin $PATH
# moonbit
fish_add_path "$HOME/.moon/bin"