Releases: seagle0128/.emacs.d
Releases · seagle0128/.emacs.d
Centaur Emacs released
- New:
esup
Emacs StartUp Profiler. - Use avy-zap instead of zzz-to-char.
- Enhance
ediff
: side-by-side diff view. - Remove kill-ring from save-hist.
- Suppress the warning: `ls does not support --dired'.
- Support new themes: default, dark, light and daylight.
- Enhance
org-mode
. - Support pinyin in
ivy
. - Remove
eval-in-rep
. - Fix performance issues in big files.
- Optimize startup performance.
- Use more powerful
rg
instead ofripgrep
. - Use faster search tools in
counsel-grep-or-swiper
. - Update
chinese-fonts-setup
tocnfonts
. - Support Pomodoro.
- Add:
highlight-parentheses
. - Add:
back-button
. - Delete
ido
andhelm
. - Delete
auto-complete
. - New logo and license.
Improvement and enhancement
- Add/enhance a several programming modes: golang, gitflow, imenu-list, etc.
- Folding: hideshow, viminish-fold.
- Enhance ivy: add ivy-rich.
- Use electric-pair instead of smartparens due to performance issue.
- Enhance eshell, info, desktop, bookmark, dried.
- Support pinyin in avy.
- Remove dashboard.
- Enable travis-ci.
Minor improvement
- Bug fix.
- Minor improvement.
Use use-package
Use use-package to organize configuration files and speed up loading significantly.
Able to customize.
e.g. company or auto-complete, ivy, helm or ido, etc.
Default: company and ivy.
Legacy loading, with helm
v1.0 Minor fix eshell.