mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
8575e2e376
commit
9b7e06023d
4 changed files with 13 additions and 3 deletions
|
|
@ -19,8 +19,8 @@
|
||||||
:group 'org-pomodoro)
|
:group 'org-pomodoro)
|
||||||
|
|
||||||
(defun org-pomodoro-send-telegram-message (message)
|
(defun org-pomodoro-send-telegram-message (message)
|
||||||
(interactive)
|
|
||||||
"使用 Telegram bot 发送消息。"
|
"使用 Telegram bot 发送消息。"
|
||||||
|
(interactive)
|
||||||
(when (and (not (string-empty-p org-pomodoro-telegram-bot-token))
|
(when (and (not (string-empty-p org-pomodoro-telegram-bot-token))
|
||||||
(not (string-empty-p org-pomodoro-telegram-chat-id)))
|
(not (string-empty-p org-pomodoro-telegram-chat-id)))
|
||||||
(request
|
(request
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@
|
||||||
(latex +latexmk +cdlatex +lsp) ; writing papers in Emacs has never been so fun
|
(latex +latexmk +cdlatex +lsp) ; writing papers in Emacs has never been so fun
|
||||||
;;lean ; for folks with too much to prove
|
;;lean ; for folks with too much to prove
|
||||||
;;ledger ; be audit you can be
|
;;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
|
markdown ; writing docs for people to ignore
|
||||||
;;nim ; python + lisp at the speed of c
|
;;nim ; python + lisp at the speed of c
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
|
|
@ -197,7 +197,10 @@
|
||||||
|
|
||||||
:config
|
:config
|
||||||
;;literate
|
;;literate
|
||||||
(default +bindings +smartparens))
|
(default +bindings +smartparens)
|
||||||
|
:personal
|
||||||
|
telega
|
||||||
|
)
|
||||||
|
|
||||||
(setq custom-file (expand-file-name ".custom.el" doom-user-dir))
|
(setq custom-file (expand-file-name ".custom.el" doom-user-dir))
|
||||||
(load custom-file t)
|
(load custom-file t)
|
||||||
|
|
|
||||||
|
|
@ -148,6 +148,11 @@ if status is-interactive
|
||||||
end
|
end
|
||||||
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
|
# Coursier: Scala dependency manager
|
||||||
if command -v coursier > /dev/null
|
if command -v coursier > /dev/null
|
||||||
set -gx PATH "$PATH:$XDG_DATA_HOME/coursier/bin"
|
set -gx PATH "$PATH:$XDG_DATA_HOME/coursier/bin"
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,5 @@ set --export PATH $BUN_INSTALL/bin $PATH
|
||||||
|
|
||||||
# moonbit
|
# moonbit
|
||||||
fish_add_path "$HOME/.moon/bin"
|
fish_add_path "$HOME/.moon/bin"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue