summaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* appearance: render colors in compilation bufferHEADmasterMartin Polden29 hours1-0/+4
|
* eldoc: remove unused configurationMartin Polden29 hours1-14/+0
| | | | | This was added to work around how an earlier combination of eldoc and eglot displayed documentation in the echo area.
* editing: remove unnecessary use-package declarationsMartin Polden30 hours1-7/+5
|
* editing: remove unnecessary crux packageMartin Polden31 hours2-9/+9
|
* org: skip confirmation when evaluating code blocksMartin Polden32 hours1-0/+3
|
* restclient: remove packageMartin Polden34 hours1-17/+0
| | | | | Rarely used and package is no longer maintained. GitHub repository has been archived.
* rust: switch to plain rust-modeMartin Polden34 hours1-6/+2
| | | | | | | | | | Rustic has a number of problems: - Emits many warnings during Elisp compilation - Package appears unmaintained - Doesn't offer anything substantial over plain rust-mode. For example, LSP integration is already handled by init-eglot - Pulls in multiple dependencies not used by any other packages in this config
* org: do not use folding indicatorsMartin Polden11 days1-0/+3
|
* git: bind magit-commit-absorbMartin Polden2024-04-151-1/+7
|
* org: add org-modernMartin Polden2024-04-151-0/+5
|
* git: use default foreground color for open pull requestsMartin Polden2024-03-181-1/+4
|
* theme: use custom function to load initial themeMartin Polden2024-03-161-1/+1
|
* theme: change theme according to system appearanceMartin Polden2024-03-161-6/+15
| | | | | This only works when using emacs-plus, which supports the ns-system-appearance-change-functions hook.
* Revert "git: load forge immediately when magit loaded"Martin Polden2024-03-071-2/+0
| | | | | | This reverts commit 2d3ba65c2d75508cccc3a8a87cad6e6f7d45d6bb. No longer needed. Forge now loads automatically when magit-mode is loaded.
* eshell: fix typoMartin Polden2024-03-061-1/+1
|
* eshell: C-c e opens eshell in another windowMartin Polden2024-03-062-4/+25
|
* tramp: less nthMartin Polden2024-03-041-3/+3
|
* grep: make rg search compressed filesMartin Polden2024-03-041-1/+1
|
* grep: fix project checkMartin Polden2024-03-041-1/+1
|
* tramp: stop setting tramp-default-proxies-alistMartin Polden2024-02-231-20/+20
| | | | This confuses TRAMP when passing explicit usernames, e.g. /ssh:root@myhost.
* tramp: update docMartin Polden2024-02-221-4/+7
|
* mac: remove default mappings for tab barMartin Polden2024-02-201-0/+5
|
* dired: avoid setting potentially unsupported ls optionMartin Polden2024-02-191-8/+1
| | | | | --group-directories-first may not be supported on remote hosts, when using TRAMP.
* org: use consult when jumping to headlineMartin Polden2024-02-191-1/+12
|
* tramp: support doasMartin Polden2024-02-191-19/+15
|
* vertico: disable unused completion stylesMartin Polden2024-02-091-1/+1
|
* grep: look for executable on remote host tooMartin Polden2024-01-121-2/+2
|
* Revert "eglot: Remove backslash-escape from GFM documentation"Martin Polden2023-12-291-14/+1
| | | | | | This reverts commit 6897f86814ef81150dd148893d9b3202a2b48dc7. Fixed by https://github.com/jrblevin/markdown-mode/pull/756.
* vertico: use built-in fuzzy matchingMartin Polden2023-12-131-11/+5
|
* git: work around github timeouts when fetching pull requestsMartin Polden2023-10-171-0/+2
|
* sane-defaults: reduce number of backupsMartin Polden2023-10-151-4/+1
|
* org: load more babel languagesMartin Polden2023-09-301-0/+6
|
* vertico: enable for completion-at-pointMartin Polden2023-09-131-0/+1
|
* git: load forge immediately when magit loadedMartin Polden2023-09-071-0/+2
|
* appearance: hide load averageMartin Polden2023-09-051-0/+2
|
* appearance: display time in mode-lineMartin Polden2023-08-181-0/+8
|
* appearance: do not underline compilation messagesMartin Polden2023-08-031-0/+3
|
* python: expect virtualenv in .venvMartin Polden2023-08-021-2/+4
|
* org: enable markdown exporterMartin Polden2023-07-251-0/+3
| | | | Also removes unwanted exporters from the export UI.
* mac: skip keyboard configuration when using mac portMartin Polden2023-07-241-13/+16
| | | | Special config is unnecessary when using Mac port.
* Revert "mac: remove obsolete key translation hacks"Martin Polden2023-07-241-1/+13
| | | | | | This reverts commit ab94fdc58f42718ddca51aae0a4ccc8bbf7b56c9. Needed for plain Emacs (something other than emacs-mac).
* go: add space at end of compile-commandMartin Polden2023-05-311-1/+1
|
* go: set compile-commandMartin Polden2023-05-291-1/+2
|
* vertico: ignore remote projects in consult-bufferMartin Polden2023-05-271-0/+11
| | | | Prevents consult-buffer from hanging on dead TRAMP connections.
* theme: C-c t prompts for theme with prefix argMartin Polden2023-05-261-10/+18
|
* vertico: enable consult-xrefMartin Polden2023-05-231-0/+2
|
* flyspell: load flyspell-correct after flyspellMartin Polden2023-05-221-0/+1
|
* flyspell: correct words with completing-readMartin Polden2023-05-221-3/+5
|
* vertico: bind consult-goto-lineMartin Polden2023-05-211-1/+2
|
* vertico: remove keybinding for consult-imenu-multiMartin Polden2023-05-211-1/+0
|