Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zed/dotemacs.d

Tags

github-2025-06

Toggle github-2025-06's commit message
✨ recreate .emacs.d using nongnu, then melpa-stable

melpa may contain bleeding-edge package versions.
Choose more stable versions.

github-2025-02

Toggle github-2025-02's commit message
Revert "🪲 run ruff from project root dir if current buffer belongs to…

… a project"

The change is released upstream.

This reverts commit 5568385.

github-2025-01

Toggle github-2025-01's commit message
refactor: defadvice -> advice-add

defadvice is obsolete
https://www.gnu.org/software/emacs/manual/html_node/elisp/Porting-Old-Advice.html

github-2024-06

Toggle github-2024-06's commit message
feat: add zig-mode

github-2023-06

Toggle github-2023-06's commit message
fix: warnings on emacs 28 startup

reset-dotemacs-2023-05-24

Toggle reset-dotemacs-2023-05-24's commit message
fix: warnings on emacs 28 startup

emacs-28

Toggle emacs-28's commit message
fix: warnings on emacs 28 startup

github-2023-03

Toggle github-2023-03's commit message
feat: add org-reveal

github-2022-05

Toggle github-2022-05's commit message
fix(jupyter-python): do not defer loading ob-async

otherwise jupyter code blocks might refuse to execute (if executed
before ob-async is loaded)

reset-dotemacs-2022-03-17

Toggle reset-dotemacs-2022-03-17's commit message
fix(async): turn it off for jupyter-ansible too