Commit Graph

51 Commits

Author SHA1 Message Date
User
ea8d9945fa chore(config): Refactor Emacs configuration with multiple improvements
- Replace projectile with built-in project.el
- Add cal-china-x for Chinese lunar calendar support
- Add dired-gitignore integration with dirvish
- Add mwim for smarter line navigation
- Add keycast mode for key display
- Add ef-themes theme collection
- Improve corfu terminal handling for Emacs 31+
- Add gptel-agent-project and consult-ripgrep-project helpers
- Remove custom.el from repo, support init-local.el for local config
- Update theme faces for transient, keycast, and calendar holidays
- Various keybinding additions and cleanup
2026-05-24 12:34:41 +08:00
ff77b5cafe chore(config): Add some config for android device 2026-05-18 23:03:31 +08:00
User
e2a352709c chore(config): Refactor Emacs config for cross-platform compatibility
Add Android/Termux support with `*is-android*` constant and
conditional GUI/terminal initialization. Remove maximized frame
defaults and custom.el. Replace corfu with corfu-terminal in
TTY. Add god-mode to terminal config with line number sync. Update
org agenda to use org-ql blocks with super-agenda grouping. Switch
solarized-theme to fork. Clean up redundant functions and unify
keyboard bindings across environments.
2026-05-18 20:46:26 +08:00
User
3469cf8472 feat(kbd): Improve god-mode integration 2026-05-12 20:54:24 +08:00
b0a340f8b5 feat: Add god-mode modal editing with custom keybindings 2026-05-12 09:12:22 +08:00
61edd16f0c chore(config): Update Emacs configuration with ibuffer and perspective improvements 2026-05-11 22:12:31 +08:00
aa4dea523e style(config): Reformat Emacs Lisp code for consistency
Standardize formatting across multiple init files: expand
single-line use-package keywords onto separate lines, fix
indentation, remove outdated comments, and clean up whitespace. Also
adds mc/keymap <return> binding and improves fcitx5 startup logic in
EXWM.
2026-05-11 03:40:06 +08:00
68c7f8ba0d Config: add basic magit config 2026-05-10 22:04:30 +08:00
User
fddfe9859d Config: add hs-minor-mode support 2026-05-10 17:40:10 +08:00
6b58f2928e Config: install olivetti to prettify org-mode, edit some keybindings 2026-05-10 04:16:22 +08:00
1b7d2d1e5e Config: migrate from org-journal to denote-journal 2026-05-10 01:15:28 +08:00
User
5ee06f8500 Config: switch consult-notes to fork version, add delight to clean mode-line, tidy package configs 2026-05-09 16:55:32 +08:00
f419304684 Config: install denote and some extra packages, add plocate support on linux, optimize keybindings 2026-05-09 01:00:46 +08:00
User
d323b23bee Config: set the weight of org headings to 1 2026-05-04 20:48:59 +08:00
2162b34007 Config: Strip down and simplify Emacs config
- Remove consult-dir, nerd-icons-completion, org-contrib and some other unused package
- Delete init-org-refile.el and related keybindings
- Prune EMMS config
- Remove EXWM flatpak launcher helpers (vscodium, localsend, steam)
- Extract Windows dirvish video preview fix to standalone module
- Drop built-in settings moved elsewhere (startup defaults, whitespace, etc.)
- Clean up trailing whitespace / process list prettify configs
2026-05-04 12:01:25 +08:00
1a941344bf Config: change gptel session derictory. 2026-05-03 19:17:38 +08:00
User
29b2bfb592 Config: add org agenda files to recentf-exclude, add basic projectile config. 2026-05-02 11:46:19 +08:00
User
89e7d2954b Config: optimize consult config, change some keybindings and function 2026-05-01 20:44:11 +08:00
User
ea9e3da60b Config: add light version of my-base16 theme. 2026-04-29 11:26:01 +08:00
c6cf0ef9d8 Config: optimize exwm config. 2026-04-25 07:16:22 +08:00
User
bc6eca261a Config: change some org-ql config. 2026-04-20 06:28:49 +08:00
8576ac275a Config: add exwm support, install consult-notes, fix some keybinding. 2026-04-19 10:59:01 +08:00
User
fffd35f8ed Config: extract keybinding functions and clean up key configs
- Add init-kbd-func.el for keybinding helper functions
- Move global-display-line-numbers-mode from early-init.el to init.el
- Slim down init-kbd.el: remove hydra-multiple-cursors, migrate defs
- Reorganize dirvish config
- Remove scattered global-set-key bindings from init-org, init-ui, etc.
- Guard server-start with server-running-p check
- Set ibuffer-default-sorting-mode to filename
- Tweak gptel config
2026-04-17 06:52:00 +08:00
User
a755ad5a04 Config: extract EMMS and clean up config, add gptel session save with AI-generated filenames 2026-04-17 02:35:16 +08:00
62e8a1fcf2 Config: fix geiser, install gptel. 2026-04-16 07:54:33 +08:00
a47205eef4 Config: replace smart-mode-line by simple-modeline, optimize org-ql config, add basic guile support 2026-04-15 03:11:12 +08:00
User
1af78f99b7 Config: fix org-journal template 2026-04-14 19:08:53 +08:00
User
994773ddb9 Config: start configure general and hydra 2026-04-12 04:22:34 +08:00
User
c3c59376f0 Config: add init-org-refile.el , fix dirvish quick access path 2026-04-09 16:04:01 +08:00
trogloxene
77da003b29 Config: fix my/org-agenda-rifle function 2026-04-08 20:43:45 +08:00
trogloxene
73692fb225 Config: add org-ql config, fix coding system of ripgrep 2026-04-08 20:13:04 +08:00
User
0139328623 Config: optimize dired and theme, add workspace config 2026-04-06 23:49:09 +08:00
trogloxene
311aefe6f9 添加 dirvish 配置和其他调整
- 新增 init-dired.el 基础配置
- 调整 corfu 初始化方式
- 修改 dashboard 显示设置和快捷键
- 更新键位绑定
- 调整 org-journal 格式
- 修复 scratch buffer 模式设置
- 更新主题颜色
2026-04-03 19:01:03 +08:00
trogloxene
c7352d0460 feat: add dashboard and enhance completion
- Add startup dashboard with recent files and bookmarks
- Enhance corfu with icons and minibuffer transfer
- Add avy-zap, markdown-mode, consult-dir
- Optimize GC settings and editor config
2026-04-02 14:56:29 +08:00
User
be6c0eb5e1 Config: add custom base16 dark theme with solarized framework, replace my-theme, update keybindings 2026-03-31 17:09:59 +08:00
trogloxene
f4a77ab8b9 Config: start customize theme with autotheme, update init-kbd.el 2026-03-31 12:35:55 +08:00
User
fdd6243bd3 Config: fix fix-theme-colors.el 2026-03-31 07:54:08 +08:00
trogloxene
25a95c87b2 Config: Update docs in init-kbd.el 2026-03-31 07:28:48 +08:00
User
494873e7f9 Config: add theme fix script, install doom-themes and color-theme-modern, update keybindings 2026-03-31 07:07:28 +08:00
User
9499ebd704 Config: add lexical-binding: t to all files. 2026-03-30 12:35:53 +08:00
User
8e0d0a7551 Config: add jinx spell check, org-download, and keybinding updates 2026-03-30 11:59:47 +08:00
User
e7a0e1b382 Config: add jinx spell check, org-download, and keybinding updates 2026-03-29 21:23:44 +08:00
User
6131329bdd Config: install popper , es-window and ace-pinyin-jump-char , keybinding optimize. 2026-03-28 08:50:56 +08:00
User
922ac00f7c Config: fix my/org-journal-mark-old-todos-as-comment function , keybinding optimize , undo enhance , refactor some code. 2026-03-27 07:54:40 +08:00
User
d7d81d8fbf refactor: restructure Emacs config and add org journal features
- Add .gitignore for config management
- Fix early-init compatibility for tool-bar-mode
- Add org-journal, org-super-agenda, and org-ql support
- Improve consult with cross-platform file search
- Add embark-export keybinding
2026-03-26 00:15:24 +08:00
Andsy10
0f4ddc392c config: add macOS support with cross-platform compatibility
- Add platform-specific keybindings, paths, and settings for macOS
- Update org-mode templates and agenda files for both Windows and Mac
- Add vterm and lua-ts-mode packages (non-Windows)
- Configure Chinese segmentation for macOS
- Adjust font sizes and encoding settings per platform
2026-03-24 06:34:19 +08:00
trogloxene
95a6adb2b8 feat: add org-journal integration and calendar keybindings
- Configure org-journal with custom templates and auto-setup hooks
- Add keybindings for calendar access and journal management
- Update org-agenda-files to include journal and blog paths
2026-03-22 03:16:08 +08:00
trogloxene
d6f0dae461 config: update org-mode, UI settings, and add EMMS media player
- Add EMMS music player configuration with mpv support
- Refine org-mode with preload, new capture templates, and agenda setup
- Update keybindings for windows, ibuffer, and org-store-link
- Improve line number display settings
2026-03-21 02:23:35 +08:00
trogloxene
279a050165 鍚堝苟鏈湴浠撳簱鍜岃繙绋嬩粨搴 2026-03-17 22:32:09 +08:00
trogloxene
a04242e795 feat: add highlighting in eshell , install eshell-syntax-highlighting
fix: typo in init-kbd.el
2026-03-15 14:29:20 +08:00