summary refs log tree commit diff stats
path: root/user/emacs
Commit message (Collapse)AuthorAgeLines
...
* 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/+0
| | | | | After moving from GNU Stow, this is not necessary. Non-hidden files are much easier to work with.
* Emacs: use kubel in place of kubernetes.elAlan Pearce2020-03-17-0/+6
| | | | kubernetes.el did not build on nix. kubel seems simpler and faster as well.
* Emacs: optimise file loading at startupAlan Pearce2020-03-02-2/+5
|
* Emacs: optimise GC during minibuffer usageAlan Pearce2020-03-02-5/+8
|
* Emacs: enable previewing buffers when switchingAlan Pearce2020-02-28-1/+1
|
* Emacs: tell doom-modeline to use projectileAlan Pearce2020-02-27-0/+1
|
* Emacs: don't load git-gutterAlan Pearce2020-02-27-2/+0
|
* Emacs: remove minionsAlan Pearce2020-02-27-6/+0
| | | | | Not used by doom-modeline unless configured. Since I didn't notice until now, it would seem that it's not necessary.
* Emacs: optimise startupAlan Pearce2020-02-27-4/+13
|
* Emacs: remove tabnine load-path overrideAlan Pearce2020-02-27-6/+0
|
* Emacs: fix company-tabnine startupAlan Pearce2020-02-27-1/+1
|
* Emacs: optimise startup and GCAlan Pearce2020-02-27-1/+7
|
* Emacs: optimise lsp setupAlan Pearce2020-02-27-6/+2
|
* Emacs: use proper form of general keymap mappingAlan Pearce2020-02-27-1/+1
|
* Emacs: fix lspAlan Pearce2020-02-27-0/+1
|
* Emacs: use amx without smex history migrationAlan Pearce2020-02-27-4/+2
|
* Emacs: remove deprecated lsp variableAlan Pearce2020-02-27-1/+0
|
* Emacs: remove use-package calls for non-packagesAlan Pearce2020-02-18-6/+2
|
* Emacs: ensure theme package is loadedAlan Pearce2020-02-18-1/+2
|
* Emacs: improve startup speedAlan Pearce2020-02-18-10/+10
|
* Emacs: remove beancountAlan Pearce2020-01-29-5/+0
|
* Configure golang dev environmentAlan Pearce2020-01-26-0/+12
|
* Emacs: make projectile-kill-buffers ignore special buffersAlan Pearce2020-01-22-0/+1
|
* Emacs: fix evil-collection warningsAlan Pearce2020-01-11-7/+2
|
* Emacs: improve company tab handlingAlan Pearce2020-01-11-2/+8
|
* Emacs: use web-mode for htmlAlan Pearce2020-01-11-1/+2
|
* Emacs: Set css inndentationAlan Pearce2020-01-11-0/+5
|
* Emacs: fix unbound regex in tsx mode specificationAlan Pearce2020-01-11-1/+1
|
* Emacs: improve flycheck responsivenessAlan Pearce2020-01-10-1/+1
|
* Emacs: disable lsp-ui-doc-mode properlyAlan Pearce2020-01-10-2/+2
|
* Emacs: add slash surround pairAlan Pearce2020-01-10-1/+19
|
* Emacs: bind C-a/C-q to change number at point like vimAlan Pearce2020-01-02-0/+6
|
* Emacs: install evil-matchit for better jumping between begin/endAlan Pearce2020-01-02-0/+5
|
* Emacs: configure evil-embrace to supplement evil-surroundAlan Pearce2020-01-02-0/+9
|
* Emacs: show number of search matches in minibuffer or modelineAlan Pearce2020-01-02-1/+6
|
* Emacs: tweak startup orderingAlan Pearce2020-01-02-0/+2
|
* Emacs: use emacs state in ledger-reconcile buffersAlan Pearce2019-12-23-0/+1
|