Skip to content

Releases: xuchengpeng/.emacs.d

v2.1.2

25 Dec 09:25
Compare
Choose a tag to compare

2.1.2 (2023-12-25)

Bug Fixes

v2.1.1

22 Dec 09:09
Compare
Choose a tag to compare

2.1.1 (2023-12-22)

Bug Fixes

  • corfu: customize popupinfo delay (03ed2e3)
  • corfu: replace company (540fe4c)
  • dired: add rsync support (0210d82)
  • dired: reuse current buffer by pressing 'a' (6926f74)
  • eglot: customize code keymaps (bdedbae)
  • eldoc-box: add eldoc-box with eglot (8bcd7ad)
  • electric-pair: replace smartparens with electric-pair (fc1fa3b)
  • flycheck: use right fringe (21c2d21)
  • flymake: replace flycheck (c621c61)
  • lsp-mode: refactoring (5a55e8a)
  • lsp: disable some features (771694d)
  • lsp: prefer eglot as default lsp server (1952ac2)
  • projectile: prefer project instead of projectile (3116ff1)
  • project: project-prefix-map bind with (C-x p) by default (7d0de63)
  • themes: set tokyonight-moon as default style (d74e86b)
  • tokyonight: add corfu support (b6e0970)
  • undo: replace undo-tree with vundo (988fe14)
  • use-package: install from mirror (5f83d1f)
  • vertico: simply installation (76c1ea8)
  • xref: improvement (f024d32)

v2.1.0

19 Dec 12:53
Compare
Choose a tag to compare

2.1.0 (2023-12-19)

Features

  • lsp: add lsp-mode support (2df6ff8)

Bug Fixes

  • autorevert: enable after init (6fb16bd)
  • core: remove unused function (46b1384)
  • dired: makeing dired pretty (8b49ba9)
  • git: remove magit (3ad7419)
  • keybinds: add lsp keymap (07a37d8)
  • keybinds: bind major mode map to M-SPC m (8235ce9)
  • lsp: disable features that have great potential to be slow (24272fe)
  • lsp: enable modeline (6442de7)
  • lua: enable lsp after lua-mode (47af6d1)
  • org: remove org-roam (2cddcac)
  • pyright: customize python interpreter by youself (a8ffaf6)
  • pyright: symbol's value is void while init (480923f)
  • python: prefer pyright as language server (58540d7)
  • tabs: disable tabs by default (8eb4d47)
  • tree-sitter: remove tree-sitter (bf5eb24)
  • treemacs: remove treemacs (8f83627)
  • vertico: proper consult-fd (461faf2)

v2.0.12

18 Dec 11:52
Compare
Choose a tag to compare

2.0.12 (2023-12-18)

Bug Fixes

  • ci: add emacs 29.1 to the CI matrix (721a584)
  • org: bump release 9.6.13 (40242ae)

v2.0.11

03 Jul 07:16
Compare
Choose a tag to compare

2.0.11 (2023-06-27)

Bug Fixes

  • org: bump release 9.6.7 (47632a1)

v2.0.10

21 Jun 01:31
Compare
Choose a tag to compare

2.0.10 (2023-06-06)

Bug Fixes

  • tokyonight: region background diff from highlight (366ea8b)

v2.0.9

27 May 07:51
Compare
Choose a tag to compare

2.0.9 (2023-05-27)

Bug Fixes

  • company: disabled in shell (95bd317)
  • modeline: add padding for process (2fb3ead)
  • org: use org-roam to take notes (6e59e9b)
  • themes: load tokyonight styles with command (a151faa)
  • tokyonight: add completions faces (2bb355e)
  • tokyonight: add hl-line face (4345cf7)
  • tokyonight: customize company scrollbar faces (a7bff3f)
  • tokyonight: set flycheck background unspecified (82fe46d)
  • tokyonight: set minibuffer-prompt background unspecified (1f81dbe)
  • undo-tree: do not auto save history (315be25)

v2.0.8

24 May 09:53
Compare
Choose a tag to compare

2.0.8 (2023-05-24)

Bug Fixes

  • add more search commands (d92d751)
  • dashboard: dashboard like alpha-nvim (cc7990f)
  • flyspell: use aspell as backend (16658af)
  • improve performance (cfe6b03)
  • keybinds: add mode toggle keybinds (ee78e5d)
  • reasonable defaults (0603f3a)
  • recentf: active after init (6f7e3f2)
  • tokyonight: add eshell faces (569a031)
  • tokyonight: add theme styles (2a6a51c)
  • tokyonight: do not highlight current line number (f3cc909)
  • tokyonight: fix centaur-tabs style (3094ac2)
  • vertico: customize consult-fd with args (bbf6b39)

v2.0.7

22 May 13:02
Compare
Choose a tag to compare

2.0.7 (2023-05-22)

Bug Fixes

  • auto-save: disabled by default (80ac548)
  • company: set local company backends after change major mode (0791240)
  • display-line-numbers: enable on prog-mode,conf-mode (c00a412)
  • editor: use move-text to move current line or region up or down (bc6a86c)
  • eshell: customize built-in eshell (b5d24ea)
  • keybinds: add explorer&terminal keybinds (2c8cc2d)
  • lang: add lua-mode (44c93ff)
  • markdown: bind local leader with markdown-mode-style-map (4ccf2ed)
  • markdown: customize markdown command (db79388)
  • org: customize agenda,capture,publish-project (82ee7c6)

v2.0.6

19 May 08:15
Compare
Choose a tag to compare

2.0.6 (2023-05-19)

Bug Fixes

  • add file grep keybinding (f9ef401)
  • lang: add markdown-mode,markdown-toc (e63ca1f)
  • modeline: add compilation status (6dac6ac)
  • modeline: refactoring core library (1ce141a)
  • modeline: show misc info (89127fe)
  • set lexical-binding (c704ffe)
  • tokyonight: customize font-lock faces (6d4fb48)