Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Latest commit

 

History

History
169 lines (122 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

169 lines (122 loc) · 11.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2020-01-18)

⚠ BREAKING CHANGES

  • New configuration, re-clone repo to start fresh

Features

  • update to emacs 27 + use lsp + split config (#30) (fa4b5bb)

0.4.0 (2019-07-07)

Bug Fixes

  • theme: fix loading of doom neo tree config when using byte compiled config (#26) (7e0ded5)
  • theme: fix loading of doom visual bell config when using byte compiled config (#25) (4a393f5)
  • fix lua mode autocompletion (#22) (f673b63)
  • use remote path when using tramp (#18) (a3c7ddc)

Features

0.3.1 (2019-01-27)

Bug Fixes

  • increase neotree width (3abed9b)
  • show hidden files in neotree (707f815)

0.3.0 (2019-01-20)

Bug Fixes

  • dashboard: disable agenda items (#14) (bc72cd3)
  • keybinds: bind keys to their specifc major mode (#15) (e69f822)
  • mode-line: show icons in mode-line (#11) (9a248f6)
  • modeline: initialize doom-modeline when a new frame is created (#6) (eb24dc0)

Features

  • no-littering: keep emacs.d clean with no-littering (#12) (fff7d8c)
  • theme: use doom-one theme (#9) (b752224)
  • tide: enable detailed js/ts completion (#8) (c10ca4d)

0.2.0 (2018-10-28)

Features

  • cucumber: add cucumber/gherkin language support (#3) (d383486)
  • javascript: add mocha test runner (01d4b9e)

0.1.0 (2018-09-22)

Bug Fixes

  • add distinct spelling error color (768e41b)
  • change filetree keybind (98a6592)
  • change package.json private to a boolean (4480316)
  • disable eldoc globally (9c21219)
  • disable eldoc in js buffers (ea6d566)
  • disable js trailing comma warning (163972f)
  • disable json-python checker (2d3d738)
  • display color for first eshell prompt (1dd4bd4)
  • enable node globals in js2-mode (4bb62c6)
  • exec-path-from-shell compilation on windows (4f3625c)
  • fix remote path in tramp (4d4da9b)
  • improve auto complete performance by enabling backends per mode (ed0af2e)
  • improve responsiveness of auto completions (e1e3f7e)
  • load projectile on startup (b1fe75b)
  • make sure elpa directory exists (f26f54c)
  • make sure which-key-mode is loaded (d2d3bfc)
  • only use exec-path-from shell for path when it's available (4e63459)
  • prettier format json indent (329785c)
  • remove useless eval-and-compile (8d5e82a)
  • typo in readme (9e669a6)
  • update horizontal scroll variables (e67b538)

Features

Performance Improvements

  • cache package.el output after byte compilation (e0fccf6)
  • compile exec-path-from-shell (33573b2)
  • compile package load paths (b9a0b1e)
  • disable file-name-handler during init (4bc6668)
  • improve garbage collect thresholds (da768fb)
  • lazy load eshell config (f50c7e2)
  • properly defer loading of packages+config (b1253bf)
  • use lexical-binding (d30369b)