Skip to content

Releases: seagle0128/.emacs.d

Centaur Emacs released

27 Oct 17:40
Compare
Choose a tag to compare
  • 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 of ripgrep.
  • Use faster search tools in counsel-grep-or-swiper.
  • Update chinese-fonts-setup to cnfonts.
  • Support Pomodoro.
  • Add: highlight-parentheses.
  • Add: back-button.
  • Delete ido and helm.
  • Delete auto-complete.
  • New logo and license.

Improvement and enhancement

11 Mar 15:35
Compare
Choose a tag to compare
  1. Add/enhance a several programming modes: golang, gitflow, imenu-list, etc.
  2. Folding: hideshow, viminish-fold.
  3. Enhance ivy: add ivy-rich.
  4. Use electric-pair instead of smartparens due to performance issue.
  5. Enhance eshell, info, desktop, bookmark, dried.
  6. Support pinyin in avy.
  7. Remove dashboard.
  8. Enable travis-ci.

Minor improvement

11 Mar 15:36
Compare
Choose a tag to compare
  1. Bug fix.
  2. Minor improvement.

Use use-package

01 Aug 16:37
Compare
Choose a tag to compare

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

01 Aug 16:34
Compare
Choose a tag to compare
v1.0

Minor fix eshell.