summary refs log tree commit diff stats
path: root/user/emacs
Commit message (Collapse)AuthorAgeLines
* Emacs: install and enable ivy-prescientAlan Pearce2020-12-08-0/+4
|
* Emacs: don't show recent tags in magitAlan Pearce2020-12-08-0/+1
| | | | Nothing I work on uses tags and it may cause performance issues
* Emacs: start serverAlan Pearce2020-12-02-0/+1
|
* Emacs: fix undoAlan Pearce2020-11-26-0/+4
|
* Emacs: use undo-tree as undo system in evilAlan Pearce2020-11-26-1/+2
|
* Emacs: Workaround format-all errors in templated yaml filesAlan Pearce2020-11-18-2/+1
|
* Emacs: remove company-lsp (obsolete)Alan Pearce2020-11-16-5/+0
| | | | Superseded by company's own company-capf backend
* Emacs: fix magit errorAlan Pearce2020-11-14-1/+2
|
* Emacs: fix eldoc-box initialisationAlan Pearce2020-11-05-4/+2
|
* Emacs: replace prettier-js and sqlformat with format-allAlan Pearce2020-10-24-10/+14
|
* Emacs: optimise text flowingAlan Pearce2020-10-01-0/+6
| | | | Reduce bidirectional editing support, as I cannot read any non-LTR scripts
* Emacs: improve lsp key helpAlan Pearce2020-09-21-0/+1
|
* Emacs: fix lsp not initialised in ts filesAlan Pearce2020-09-21-0/+3
|
* Emacs: enable editing of root-owned remote filesAlan Pearce2020-09-10-0/+11
|
* Emacs: add magit-log-buffer-file shortcutAlan Pearce2020-09-10-0/+1
|
* Emacs: initialise sqlformat hook correctlyAlan Pearce2020-09-10-1/+1
|
* Emacs: format SQL files on saveAlan Pearce2020-08-26-0/+6
|
* Emacs: move relevant config to early-initAlan Pearce2020-08-26-13/+14
|
* 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/+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.