Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: prefer higher-level projects (not subprojects) in projectile | Alan Pearce | 2023-06-01 | -5/+1 | |
| | |||||
* | Emacs: don't auto-enable eldoc-box-hover-mode | Alan Pearce | 2023-06-01 | -3/+1 | |
| | |||||
* | Emacs: open html.erb files with web-mode | Alan Pearce | 2023-06-01 | -1/+2 | |
| | |||||
* | Emacs: don't use tree-sitter highlighting for now | Alan Pearce | 2023-05-29 | -2/+1 | |
| | | | | Wait for the native integration in 29 | ||||
* | Emacs: make counsel-ripgrep easier to reach | Alan Pearce | 2023-05-29 | -0/+1 | |
| | |||||
* | Emacs: bind consult-imenu to `,xi` | Alan Pearce | 2023-05-24 | -1/+2 | |
| | |||||
* | Emacs: enable imenu targets for use-package declaration | Alan Pearce | 2023-05-24 | -0/+1 | |
| | |||||
* | Emacs: load use-package outside of compilation | Alan Pearce | 2023-05-24 | -3/+1 | |
| | |||||
* | Emacs: make doom-modeline setup look close to previous version | Alan Pearce | 2023-05-24 | -4/+5 | |
| | |||||
* | emacs: fix icons in doom-modeline (breaking change in package) | Alan Pearce | 2023-05-22 | -4/+6 | |
| | |||||
* | Remove some unused packages | Alan Pearce | 2023-05-21 | -8/+0 | |
| | |||||
* | emacs: configure tree-sitter based text objects | Alan Pearce | 2023-05-14 | -0/+27 | |
| | |||||
* | emacs: set up general.el earlier | Alan Pearce | 2023-05-12 | -7/+7 | |
| | |||||
* | emacs: optimise loading org-mode | Alan Pearce | 2023-05-12 | -2/+6 | |
| | |||||
* | emacs: fix calling non-tabnine backends | Alan Pearce | 2023-05-05 | -3/+2 | |
| | |||||
* | dev: add basic lua setup | Alan Pearce | 2023-05-05 | -0/+1 | |
| | |||||
* | emacs: use native undo-redo instead of undo-tree package | Alan Pearce | 2023-04-30 | -9/+2 | |
| | |||||
* | emacs: replace company-tabnine with tabnine-capf | Alan Pearce | 2023-04-30 | -19/+8 | |
| | |||||
* | emacs: set consult projectile rebindings correctly | Alan Pearce | 2023-04-30 | -4/+3 | |
| | |||||
* | emacs: fix tree-sitter-hl-mode setup | Alan Pearce | 2023-04-25 | -1/+1 | |
| | |||||
* | emacs: fix consult/projectile keybind fight | Alan Pearce | 2023-04-23 | -2/+2 | |
| | |||||
* | emacs: fix read error when opening helpful buffers | Alan Pearce | 2023-04-23 | -1/+1 | |
| | | | | | | | helpful tries to find sources, which could be gzipped. In this case, there needs to be a `file-name-handler` to decompress the file. I wasn't correctly saving the initial value of `file-name-handler-alist` in my configuration (the default includes a gzip handler). | ||||
* | emacs: load jinx-mod without a message | Alan Pearce | 2023-04-23 | -1/+2 | |
| | |||||
* | emacs: load some packages on idle | Alan Pearce | 2023-04-22 | -0/+4 | |
| | |||||
* | emacs: stop tree-sitter trying to install language files | Alan Pearce | 2023-04-22 | -0/+1 | |
| | |||||
* | emacs: persist additional projectile variables | Alan Pearce | 2023-04-22 | -1/+7 | |
| | |||||
* | emacs: replace wucuo with jinx | Alan Pearce | 2023-04-20 | -6/+6 | |
| | |||||
* | emacs: optimise projectile usage | Alan Pearce | 2023-04-19 | -0/+1 | |
| | | | | | Projectile's dynamic mode-line isn't displayed in doom-mode-line, so don't bother updating its content | ||||
* | emacs: anglicise my own function names | Alan Pearce | 2023-04-19 | -2/+2 | |
| | |||||
* | emacs: remove go config | Alan Pearce | 2023-04-19 | -8/+1 | |
| | | | | The packaging situation in the language has probably changed in the meantime | ||||
* | emacs: show sample of hex colours in css and xresources files | Alan Pearce | 2023-04-19 | -0/+5 | |
| | |||||
* | emacs: fix web-mode engine setup | Alan Pearce | 2023-04-18 | -1/+1 | |
| | |||||
* | fix typo | Alan Pearce | 2023-04-17 | -1/+1 | |
| | |||||
* | emacs: add shortcut to eval top-level form at point | Alan Pearce | 2023-04-17 | -1/+2 | |
| | |||||
* | emacs: use consult commands to replace/enhance other packages | Alan Pearce | 2023-04-17 | -10/+9 | |
| | |||||
* | emacs: make new magit buffers taller/full-size by default | Alan Pearce | 2023-04-14 | -1/+1 | |
| | |||||
* | Emacs: don't warn on startup with server running | Alan Pearce | 2023-04-14 | -1/+5 | |
| | |||||
* | emacs: reduce number of commands present in `M-x` menu | Alan Pearce | 2023-04-14 | -1/+2 | |
| | |||||
* | emacs: fix some minor warnings | Alan Pearce | 2023-04-14 | -14/+19 | |
| | |||||
* | emacs: fix init of eldoc-box | Alan Pearce | 2023-04-14 | -1/+1 | |
| | |||||
* | Enable direnv support in emacs and neovim | Alan Pearce | 2023-04-14 | -0/+7 | |
| | |||||
* | emacs: remove org-journal, since I don't use it | Alan Pearce | 2023-04-14 | -9/+0 | |
| | |||||
* | emacs: don't auto-discover projects at startup | Alan Pearce | 2023-04-11 | -0/+1 | |
| | |||||
* | emacs: enable completion of commands and envvars in shell scripts | Alan Pearce | 2023-04-11 | -0/+6 | |
| | |||||
* | emacs: re-enable live project-based grep | Alan Pearce | 2023-04-09 | -0/+5 | |
| | |||||
* | emacs: inhibit message "TabNine server started" | Alan Pearce | 2023-04-09 | -0/+1 | |
| | |||||
* | emacs: remove undefined variable definition | Alan Pearce | 2023-04-09 | -1/+0 | |
| | |||||
* | emacs: remove bash-completion wrapper | Alan Pearce | 2023-04-08 | -3/+0 | |
| | |||||
* | emacs: auto-discover projectile projects | Alan Pearce | 2023-04-08 | -0/+1 | |
| | | | | I no longer need the `add_project` function to add these from a shell | ||||
* | emacs: store more minibuffer history | Alan Pearce | 2023-04-06 | -1/+3 | |
| |