Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: tweak startup ordering | Alan Pearce | 2020-01-02 | -0/+2 | |
| | |||||
* | Emacs: use emacs state in ledger-reconcile buffers | Alan Pearce | 2019-12-23 | -0/+1 | |
| | |||||
* | Emacs: delay completion when not using TabNine | Alan Pearce | 2019-12-13 | -1/+1 | |
| | |||||
* | Emacs: increase minimum width of windows before splitting | Alan Pearce | 2019-12-10 | -1/+1 | |
| | |||||
* | Emacs: update relative-buffers configuration | Alan Pearce | 2019-12-10 | -1/+3 | |
| | |||||
* | Revert "Emacs: remove relative-buffers" | Alan Pearce | 2019-12-10 | -0/+6 | |
| | | | | | | This reverts commit 34e6a0cc0ce0103a2ee01edd2421c415af28be4a. This isn't only used in the modeline, but also for buffer-selection | ||||
* | Emacs: remove old eshell alias file | Alan Pearce | 2019-12-06 | -25/+0 | |
| | |||||
* | Emacs: Fix init errors in eshell configuration | Alan Pearce | 2019-12-04 | -2/+2 | |
| | |||||
* | Emacs: increase max length of VCS info in modeline | Alan Pearce | 2019-12-04 | -0/+1 | |
| | |||||
* | Emacs: add global keybinding for eshell-toggle | Alan Pearce | 2019-12-04 | -0/+1 | |
| | |||||
* | Emacs: start eshell in insert mode | Alan Pearce | 2019-12-04 | -0/+1 | |
| | |||||
* | Emacs: bind <leader>c to C-c, whatever that may do | Alan Pearce | 2019-12-04 | -0/+1 | |
| | |||||
* | Emacs: disable icons in treemacs | Alan Pearce | 2019-12-04 | -0/+6 | |
| | |||||
* | Emacs: use tab, not enter for completion | Alan Pearce | 2019-12-04 | -2/+5 | |
| | |||||
* | Emacs: fix company-mode initialisation | Alan Pearce | 2019-12-03 | -9/+10 | |
| | |||||
* | Emacs: add secondary shortcut to spam folder | Alan Pearce | 2019-12-03 | -1/+2 | |
| | |||||
* | Add e-mail setup to private submodule | Alan Pearce | 2019-12-03 | -0/+2 | |
| | |||||
* | Emacs: Fix evil shifting | Alan Pearce | 2019-12-02 | -2/+2 | |
| | |||||
* | Emacs: Replace remaining customize calls with setq | Alan Pearce | 2019-12-01 | -37/+29 | |
| | |||||
* | Emacs: use setq instead of :custom | Alan Pearce | 2019-12-01 | -99/+107 | |
| | |||||
* | Emacs: Show column number alongside line number in | Alan Pearce | 2019-11-30 | -0/+1 | |
| | | | | Makes it more obvious where the line number is dispayed. | ||||
* | Emacs: remove relative-buffers | Alan Pearce | 2019-11-30 | -6/+0 | |
| | | | | No longer necessary with doom-modeline | ||||
* | Emacs: right-align completion annotations | Alan Pearce | 2019-11-30 | -0/+1 | |
| | |||||
* | Emacs: set defaults for evil pre-init variables | Alan Pearce | 2019-11-30 | -2/+2 | |
| | |||||
* | Emacs: use sliders icon for minion mode-line-lighter | Alan Pearce | 2019-11-30 | -1/+1 | |
| | |||||
* | Emacs: save files silently | Alan Pearce | 2019-11-30 | -1/+2 | |
| | |||||
* | Emacs: replace moody with doom-modeline | Alan Pearce | 2019-11-30 | -32/+10 | |
| | |||||
* | Emacs: keep menu-bar-mode explicitly enabled on darwin | Alan Pearce | 2019-11-30 | -1/+1 | |
| | |||||
* | Emacs: Enable company-lsp | Alan Pearce | 2019-11-29 | -1/+5 | |
| | |||||
* | Emacs: fix undefined function warning | Alan Pearce | 2019-11-29 | -13/+14 | |
| | |||||
* | Emacs: tweak ledger reports | Alan Pearce | 2019-11-26 | -4/+10 | |
| | |||||
* | Emacs: update ledger expense accounts | Alan Pearce | 2019-11-26 | -3/+3 | |
| | |||||
* | Emacs: auto-cleanup whitespace in ledger buffers | Alan Pearce | 2019-11-23 | -1/+1 | |
| | |||||
* | Emacs: improve ledger setup | Alan Pearce | 2019-11-22 | -0/+2 | |
| | |||||
* | Emacs: setup ledger and evil-ledger | Alan Pearce | 2019-11-19 | -0/+18 | |
| | |||||
* | Emacs: fix mu4e setup | Alan Pearce | 2019-11-19 | -1/+2 | |
| | |||||
* | Emacs: enable progressively-nicer goto-{def,ref} commands | Alan Pearce | 2019-11-15 | -0/+8 | |
| | |||||
* | Emacs: remove lsp-flymake setup | Alan Pearce | 2019-11-15 | -2/+0 | |
| | |||||
* | Emacs: silence evil-want-keybinding error when byte-compiling | Alan Pearce | 2019-11-15 | -5/+6 | |
| | |||||
* | Emacs: declutter lsp-ui sideline | Alan Pearce | 2019-11-15 | -1/+3 | |
| | |||||
* | Emacs: reduce flycheck frequency | Alan Pearce | 2019-11-12 | -0/+1 | |
| | |||||
* | Emacs: set PATH on darwin using built-in path_helper | Alan Pearce | 2019-11-08 | -0/+16 | |
| | | | | | | This should be faster than exec-path-from-shell, as it doesn't use a shell. It is not portable, but only macOS lacks a convienent method to set the PATH for graphical applications | ||||
* | Emacs: enable flycheck automatically in lsp modes | Alan Pearce | 2019-11-08 | -0/+8 | |
| | |||||
* | Emacs: use prettier with js files | Alan Pearce | 2019-11-08 | -1/+1 | |
| | |||||
* | Emacs: limit node_modules recursive upwards search | Alan Pearce | 2019-11-08 | -0/+1 | |
| | |||||
* | Emacs: add ex command for plain ripgrep | Alan Pearce | 2019-10-16 | -0/+1 | |
| | |||||
* | Emacs: trigger git-gutter updates with magit actions | Alan Pearce | 2019-10-09 | -0/+2 | |
| | |||||
* | Unify mail setup | Alan Pearce | 2019-10-09 | -7/+7 | |
| | |||||
* | Emacs: show flycheck errors in sideline | Alan Pearce | 2019-10-09 | -1/+1 | |
| | |||||
* | Emacs: setup flycheck like flymake and prefer it in lsp-ui | Alan Pearce | 2019-10-09 | -4/+25 | |
| |