summary refs log tree commit diff stats
path: root/user/emacs/init.el
Commit message (Collapse)AuthorAgeLines
* Emacs: move relevant config to early-initAlan Pearce2020-08-26-13/+0
|
* BC! Emacs: move config to XDG config dirAlan Pearce2020-08-26-2/+3
|
* Remove prettier_dAlan Pearce2020-08-24-5/+1
| | | | Poor installation method, slows down installs for a small increase in performance.
* Emacs: remove LSP workaroundAlan Pearce2020-08-24-1/+0
|
* Fix syntax errorAlan Pearce2020-07-29-1/+1
|
* Emacs: don't bury magit buffers with ESCAlan Pearce2020-07-29-1/+4
|
* Emacs: add keybind for lsp-ivy-workspace-symbolAlan Pearce2020-07-16-0/+1
|
* Emacs: fix company configuration (broken by tide load side-effects)Alan Pearce2020-07-16-1/+6
| | | | https://github.com/ananthakumaran/tide/pull/384
* Emacs: Add lsp-ivy for nice goto-workspace-definition commandAlan Pearce2020-07-06-0/+3
|
* Reformat emacs init fileAlan Pearce2020-06-29-69/+69
|
* Emacs: sort projectile results by mtimeAlan Pearce2020-06-29-0/+1
|
* Emacs: improve uniquified buffer namesAlan Pearce2020-06-29-1/+2
|
* Emacs: add tide for live TS type checkingAlan Pearce2020-06-11-0/+4
| | | | | eslint doesn't check types, which leads to surprising behaviour when building.
* Emacs: configure emmet-modeAlan Pearce2020-06-08-0/+3
|
* Emacs: improve window-splitting behaviourAlan Pearce2020-06-06-2/+2
|
* Emacs: set default tab-widthAlan Pearce2020-06-02-0/+1
|
* Emacs: search hidden files automatically with ripgrepAlan Pearce2020-05-26-0/+4
|
* Emacs: fix trash/thread keybinds in mu4eAlan Pearce2020-05-19-0/+7
|
* Emacs: fix lsp <leader> keyAlan Pearce2020-05-19-1/+1
|
* Emacs: remove relative-buffers package (404)Alan Pearce2020-05-01-8/+0
| | | | Replaced by doom-modeline functionality
* Emacs: enable git-gutter after tweaking fringesAlan Pearce2020-04-23-2/+2
|
* Emacs: re-add company-lspAlan Pearce2020-04-21-0/+5
| | | | Sometimes, TabNine's LSP integration doesn't work. It's nice to have a fallback.
* Emacs: add lsp-mode shortcut to <leader>Alan Pearce2020-04-16-0/+1
|
* Emacs: reduce fruit salad effect, regardless of themeAlan Pearce2020-04-09-0/+2
|
* Emacs: make deletion of modified vc-backed files easierAlan Pearce2020-04-04-1/+1
| | | | | crux-delete-file-and-buffer uses vc-delete-file, which aborts if the file is not up to date in the VCS, which is oftun infuriating
* Reorganise folder structure to remove hidden filesAlan Pearce2020-04-03-0/+999
After moving from GNU Stow, this is not necessary. Non-hidden files are much easier to work with.