| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emacs: install doric-themes | Raul Benencia | 26 hours | 1 | -0/+1 |
| | | |||||
| * | emacs: tab-bar only in terminals frame | Raul Benencia | 26 hours | 1 | -2/+2 |
| | | |||||
| * | emacs: drop the em-dash helper command | Raul Benencia | 36 hours | 1 | -6/+3 |
| | | | | | | C-x 8 _ m inserts an em dash out of the box, so the named command was only there to hang C-- on. Keep the short binding, lose the defun. | ||||
| * | emacs: drop the flycheck stack in favour of built-in flymake | Raul Benencia | 36 hours | 1 | -24/+0 |
| | | | | | | | | | | Nothing ever enabled flycheck-mode, so the proselint checker and the languagetool backend were dormant: the latter also needed a docker container that never got past a TODO. Emacs ships flymake and consult-flymake is already bound, so add flymake-proselint if prose linting is wanted again. Removes the flycheck and flycheck-languagetool dependencies. | ||||
| * | emacs: replace hydras with built-in equivalents | Raul Benencia | 36 hours | 1 | -35/+3 |
| | | | | | | | | | hydra-tab-bar shadowed C-x t, which is already tab-prefix-map: 2 new, 0 close, r rename, m move, d dired, f find-file, RET switch. hydra-zoom is text-scale-adjust, which repeats on its own. hydra-go bound gofmt, already run by gofmt-before-save, and go-coverage; dropping it also stops shadowing consult-man on C-c m. Removes the hydra dependency. | ||||
| * | emacs: use built-in eglot, drop go-eldoc | Raul Benencia | 36 hours | 1 | -6/+1 |
| | | | | | | | eglot ships with Emacs 30, so :ensure pulled a redundant ELPA copy. go-eldoc has been unmaintained since 2017 and eglot provides eldoc for Go, so hook eglot-ensure into go-mode instead. | ||||
| * | emacs: fix org-capture frame name and wm focus | Raul Benencia | 6 days | 1 | -3/+7 |
| | | |||||
| * | emacs: single window when capturing | Raul Benencia | 7 days | 1 | -15/+21 |
| | | |||||
| * | emacs: mv from rul/ to rul- function names | Raul Benencia | 7 days | 4 | -43/+43 |
| | | |||||
| * | emacs: reset org cache after reverting a file | Raul Benencia | 2026-07-08 | 1 | -0/+7 |
| | | |||||
| * | emacs: install org-tempus via ensure | Raúl Benencia | 2026-06-08 | 1 | -4/+1 |
| | | |||||
| * | emacs: save files after marking them as done in org-agenda | Raul Benencia | 2026-05-01 | 1 | -0/+7 |
| | | |||||
| * | emacs: better email composition. | Raul Benencia | 2026-04-20 | 1 | -1/+7 |
| | | |||||
| * | emacs: notmuch qol improvements | Raul Benencia | 2026-04-20 | 1 | -51/+54 |
| | | |||||
| * | unspam | Raul Benencia | 2026-04-19 | 1 | -12/+70 |
| | | |||||
| * | emacs: cheaper notmuch refresh | Raul Benencia | 2026-04-14 | 1 | -0/+6 |
| | | |||||
| * | org-agenda-shell | Raul Benencia | 2026-04-13 | 2 | -0/+216 |
| | | | | | Initial version of org-agenda-shell. Alpha. | ||||
| * | emacs: ensure org-remark | Raul Benencia | 2026-03-31 | 1 | -4/+5 |
| | | |||||
| * | emacs: add org remark | Raúl Benencia | 2026-03-10 | 1 | -1/+6 |
| | | |||||
| * | emacs: exit vterm-copy-mode after copying | Raul Benencia | 2026-03-07 | 1 | -1/+10 |
| | | |||||
| * | emacs: close tab and kill buffer after exiting vterm | Raul Benencia | 2026-03-07 | 1 | -2/+15 |
| | | |||||
| * | emacs: keep all vterm bindings in the same file | Raul Benencia | 2026-03-07 | 2 | -12/+10 |
| | | |||||
| * | emacs: set medium as fontaine default | Raul Benencia | 2026-03-07 | 1 | -1/+1 |
| | | |||||
| * | emacs: fix multi-vterm | Raul Benencia | 2026-03-07 | 1 | -11/+15 |
| | | |||||
| * | emacs: rm wayland customization | Raul Benencia | 2026-03-07 | 1 | -9/+2 |
| | | |||||
| * | emacs: git-commit-setup for magit | Raul Benencia | 2026-03-06 | 1 | -13/+25 |
| | | |||||
| * | emacs: org-remark | Raul Benencia | 2026-02-12 | 2 | -0/+32 |
| | | |||||
| * | emacs: vterm binding | Raul Benencia | 2026-02-09 | 1 | -0/+1 |
| | | |||||
| * | emacs: do not turn on auto-fill by default | Raúl Benencia | 2026-01-14 | 1 | -3/+0 |
| | | |||||
| * | fix: do not switch to NEXT when clocking in | Raul Benencia | 2026-01-14 | 1 | -2/+0 |
| | | |||||
| * | emacs: org-clock-goto keybinding | Raul Benencia | 2026-01-09 | 1 | -0/+1 |
| | | |||||
| * | emacs: Remove bh logic and use regular org-clock functions | Raúl Benencia | 2026-01-09 | 2 | -114/+2 |
| | | |||||
| * | Install org-tempus using package-vc-install | Raúl Benencia | 2025-12-27 | 1 | -0/+7 |
| | | |||||
| * | emacs: rm custom denote-journal | Raúl Benencia | 2025-12-26 | 1 | -20/+1 |
| | | |||||
| * | warn when following symlinks | Raúl Benencia | 2025-12-26 | 1 | -0/+2 |
| | | |||||
| * | disable org-clock-agenda-daytime-mode | Raúl Benencia | 2025-12-23 | 1 | -10/+0 |
| | | |||||
| * | emacs: add KSUA 91.5 | Raúl Benencia | 2025-12-22 | 1 | -0/+1 |
| | | |||||
| * | emacs: conditionally set wayland-sized fonts | Raúl Benencia | 2025-12-20 | 1 | -1/+6 |
| | | |||||
| * | emacs: fonts setup for xwayland | Raúl Benencia | 2025-12-10 | 1 | -0/+2 |
| | | |||||
| * | emacs: set fd binary for empv | Raúl Benencia | 2025-11-26 | 1 | -1/+3 |
| | | |||||
| * | emacs: set vterm keybindings | Raul Benencia | 2025-11-18 | 1 | -0/+9 |
| | | |||||
| * | emacs: rm unused prog hooks | Raul Benencia | 2025-11-18 | 1 | -9/+0 |
| | | |||||
| * | org: mode-line-total set to today | Raul Benencia | 2025-11-18 | 1 | -0/+2 |
| | | |||||
| * | emacs: org-clock-agenda | Raúl Benencia | 2025-09-25 | 1 | -0/+10 |
| | | |||||
| * | emacs: slightly increase on medium fontaine | Raúl Benencia | 2025-09-17 | 1 | -1/+1 |
| | | |||||
| * | emacs: set size for dict window | Raúl Benencia | 2025-09-14 | 1 | -0/+1 |
| | | |||||
| * | emacs: use front-space in mode-line for extra padding at the end | Raúl Benencia | 2025-09-14 | 1 | -1/+2 |
| | | |||||
| * | emacs: enable electric mode when writing | Raúl Benencia | 2025-09-13 | 1 | -0/+15 |
| | | |||||
| * | emacs: set draft folder in notmuch | Raúl Benencia | 2025-09-13 | 1 | -0/+2 |
| | | |||||
| * | emacs: show percent-position in mode-line | Raúl Benencia | 2025-09-13 | 1 | -0/+3 |
| | | |||||
