Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Emacs: use tabs in makefiles | Alan Pearce | 2019-07-26 | -0/+5 |
| | ||||
* | Emacs: make tab key also indent | Alan Pearce | 2019-07-26 | -2/+3 |
| | ||||
* | Emacs: Ensure no byte-compile warnings for string-trim | Alan Pearce | 2019-07-26 | -0/+1 |
| | ||||
* | Emacs: use preloaded trim function | Alan Pearce | 2019-07-26 | -1/+1 |
| | ||||
* | Emacs: load counsel-projectile earlier | Alan Pearce | 2019-07-26 | -1/+0 |
| | ||||
* | Emacs: run local checkout of company-tabnine | Alan Pearce | 2019-07-24 | -0/+6 |
| | ||||
* | Emacs: configure lsp-mode for haskell | Alan Pearce | 2019-07-23 | -1/+5 |
| | ||||
* | Emacs: ignore (p)npm lockfiles in projectile | Alan Pearce | 2019-07-23 | -3/+3 |
| | ||||
* | Emacs: don't auto-enable prettier in JS files | Alan Pearce | 2019-07-19 | -1/+1 |
| | ||||
* | Emacs: make company case-{preserving,sensitize} | Alan Pearce | 2019-07-19 | -0/+2 |
| | ||||
* | Emacs: split windows horizontally, never vertically | Alan Pearce | 2019-07-10 | -0/+16 |
| | ||||
* | Emacs: remove sudo prompts when reading Emacs source | Alan Pearce | 2019-07-10 | -1/+2 |
| | ||||
* | 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 |
| |