Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: tweak window settings | Alan Pearce | 2019-07-10 | -2/+3 | |
| | |||||
* | Emacs: don't automatically byte-compile custom.el | Alan Pearce | 2019-07-10 | -0/+1 | |
| | |||||
* | Emacs: remove magit section highlighting | Alan Pearce | 2019-07-10 | -1/+6 | |
| | |||||
* | Emacs: disable hl-line-mode | Alan Pearce | 2019-07-10 | -2/+0 | |
| | |||||
* | Emacs: remove magit section indicators from fringe | Alan Pearce | 2019-07-10 | -0/+1 | |
| | |||||
* | Emacs: switch to almost-mono-white theme | Alan Pearce | 2019-07-10 | -1/+7 | |
| | |||||
* | Emacs: remove company-lsp | Alan Pearce | 2019-07-09 | -5/+0 | |
| | |||||
* | Emacs: run exec-path-from-shell before other :init steps | Alan Pearce | 2019-07-05 | -2/+2 | |
| | |||||
* | Emacs: enable LSP in more modes | Alan Pearce | 2019-07-05 | -1/+4 | |
| | |||||
* | Emacs: configure flymake-diagnostic-at-point | Alan Pearce | 2019-07-05 | -0/+2 | |
| | |||||
* | Emacs: fix company-tabnine/lsp interaction | Alan Pearce | 2019-07-04 | -0/+11 | |
| | |||||
* | Emacs: don't clobber minibuffer completion | Alan Pearce | 2019-07-04 | -2/+1 | |
| | |||||
* | Emacs: Fix lsp javascript setup | Alan Pearce | 2019-07-04 | -2/+2 | |
| | |||||
* | Emacs: appease the byte compiler | Alan Pearce | 2019-07-03 | -1/+2 | |
| | |||||
* | Emacs: optimise exec-exec-path-from-shell init | Alan Pearce | 2019-07-03 | -0/+2 | |
| | |||||
* | Emacs: add keybind to bypass company-tabnine | Alan Pearce | 2019-07-03 | -0/+3 | |
| | |||||
* | Emacs: fix lsp configuration | Alan Pearce | 2019-07-03 | -2/+2 | |
| | |||||
* | Emacs: enable lsp in javascript-mode | Alan Pearce | 2019-07-03 | -2/+6 | |
| | |||||
* | Emacs: appease byte-compiler | Alan Pearce | 2019-07-03 | -0/+2 | |
| | |||||
* | Emacs: setup nix-update | Alan Pearce | 2019-07-02 | -0/+4 | |
| | |||||
* | Emacs: update company setup | Alan Pearce | 2019-06-30 | -6/+7 | |
| | | | | | | | | - Use TNG (incompatible with company-box)[0] - Setup company-tabnine - Use recommended company-tabnine configuration [0]: https://github.com/sebastiencs/company-box/issues/47 | ||||
* | Emacs: fix exec-path on macOS | Alan Pearce | 2019-06-30 | -0/+5 | |
| | |||||
* | Emacs: configure "transparent" titlebars on macOS | Alan Pearce | 2019-06-30 | -1/+7 | |
| | |||||
* | Emacs: default crux-reopen-as-root-mode off | Alan Pearce | 2019-06-30 | -2/+1 | |
| | | | | It interferes with reading paths under /nix, which are read-only anyway | ||||
* | Emacs: always show eyebrowse indicator | Alan Pearce | 2019-06-25 | -1/+2 | |
| | |||||
* | Emacs: disable evil-company-tng again | Alan Pearce | 2019-06-25 | -0/+1 | |
| | |||||
* | Emacs: properly disable snippet warning in lsp-ui | Alan Pearce | 2019-06-25 | -1/+1 | |
| | |||||
* | Emacs: Don't normalise case of dabbrev completions | Alan Pearce | 2019-06-21 | -1/+2 | |
| | |||||
* | Emacs: fix missing keymap-package autoload | Alan Pearce | 2019-06-18 | -1/+1 | |
| | |||||
* | Emacs: tweak lsp-ui configuration | Alan Pearce | 2019-06-18 | -1/+3 | |
| | |||||
* | Emacs: disable evil-quickscope in magit-mode | Alan Pearce | 2019-06-18 | -0/+2 | |
| | | | | | It seems to override magit's keybindings, although it wasn't doing that before | ||||
* | Emacs: enable winner-mode | Alan Pearce | 2019-06-18 | -1/+2 | |
| | |||||
* | Emacs: disable tabs | Alan Pearce | 2019-06-17 | -0/+4 | |
| | |||||
* | Emacs: use company-tng | Alan Pearce | 2019-06-17 | -6/+6 | |
| | |||||
* | Emacs: use correct customize function | Alan Pearce | 2019-06-17 | -8/+7 | |
| | |||||
* | Emacs: Enable swiper | Alan Pearce | 2019-06-17 | -0/+3 | |
| | |||||
* | Emacs: correctly organise minibuffer/modeline code | Alan Pearce | 2019-06-17 | -8/+8 | |
| | |||||
* | Emacs: define some ex commands | Alan Pearce | 2019-06-17 | -3/+15 | |
| | |||||
* | Emacs: fix eyebrowse init | Alan Pearce | 2019-06-17 | -1/+1 | |
| | |||||
* | Emacs: appease the byte compiler | Alan Pearce | 2019-06-17 | -12/+25 | |
| | |||||
* | Emacs: configure avy to focus on current window | Alan Pearce | 2019-06-17 | -0/+2 | |
| | |||||
* | Emacs: defer more packages | Alan Pearce | 2019-06-17 | -0/+4 | |
| | |||||
* | Emacs: fix keybinds | Alan Pearce | 2019-06-17 | -3/+3 | |
| | |||||
* | Emacs: appease evil-collection config check | Alan Pearce | 2019-06-17 | -4/+5 | |
| | |||||
* | Emacs: change completion mode | Alan Pearce | 2019-06-17 | -0/+1 | |
| | |||||
* | Emacs: fix leader in magit | Alan Pearce | 2019-06-17 | -2/+5 | |
| | |||||
* | Emacs: fix evil/evil-collection pre-init | Alan Pearce | 2019-06-17 | -2/+4 | |
| | |||||
* | Emacs: fix window config | Alan Pearce | 2019-06-17 | -25/+25 | |
| | |||||
* | Emacs: remove unused helpers | Alan Pearce | 2019-06-17 | -5/+0 | |
| | |||||
* | Emacs: rework config | Alan Pearce | 2019-06-16 | -2184/+332 | |
| | | | | I missed some things, but time will tell if I actually need them |