| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Emacs: Add poly-pio-mode for RasPi PIO | Thomas Schneider | 4 days | 1 | -0/+15 |
| | | |||||
| * | Emacs: Add gnuplot | Thomas Schneider | 4 days | 1 | -0/+4 |
| | | |||||
| * | Emacs: org: Some fixes | Thomas Schneider | 4 days | 1 | -10/+13 |
| | | |||||
| * | Emacs: org: Add plantuml to org-babel | Thomas Schneider | 4 days | 1 | -1/+2 |
| | | |||||
| * | Emacs: `kill-this-buffer` → `kill-current-buffer` | Thomas Schneider | 4 days | 1 | -1/+1 |
| | | |||||
| * | Emacs: Add elsqlite | Thomas Schneider | 4 days | 1 | -0/+2 |
| | | |||||
| * | Emacs: Add info-nav | Thomas Schneider | 4 days | 1 | -0/+2 |
| | | |||||
| * | Emacs: rust-mode → rust-ts-mode | Thomas Schneider | 4 days | 1 | -4/+4 |
| | | |||||
| * | Emacs: reftex: Add cleveref support | Thomas Schneider | 4 days | 1 | -1/+12 |
| | | |||||
| * | Emacs: tex: Disable prettify-symbols; enable TeX-source-correlate | Thomas Schneider | 4 days | 1 | -1/+1 |
| | | |||||
| * | Emacs: elisp-mode: Disable indent-tabs-mode for lisp-data as well | Thomas Schneider | 4 days | 1 | -1/+2 |
| | | |||||
| * | Emacs: Add k8s-mode and kubedoc | Thomas Schneider | 4 days | 1 | -0/+6 |
| | | |||||
| * | Emacs: Disable showing trailing whitespace in Info-mode | Thomas Schneider | 4 days | 1 | -0/+5 |
| | | |||||
| * | Emacs: rainbow-delimiters: Use use-package shortcut for hook | Thomas Schneider | 4 days | 1 | -2/+1 |
| | | |||||
| * | Emacs: stripe-buffer: `:config` → `:init` | Thomas Schneider | 4 days | 1 | -1/+1 |
| | | |||||
| * | Emacs: Configure html-mode-map to drop `M-o` keybind | Thomas Schneider | 4 days | 1 | -0/+4 |
| | | |||||
| * | Emacs: magit: Drop obsolete custom keybinds; defer loading; add magit-gh | Thomas Schneider | 4 days | 1 | -5/+4 |
| | | |||||
| * | Emacs: lsp-mode: Add support for LaTeX using digestif | Thomas Schneider | 4 days | 1 | -1/+12 |
| | | |||||
| * | Emacs: lsp-mode: Prevent clangd from inserting headers | Thomas Schneider | 4 days | 1 | -1/+2 |
| | | |||||
| * | Emacs: lsp-mode: Pin to melpa-unstable | Thomas Schneider | 4 days | 1 | -0/+1 |
| | | |||||
| * | Emacs: Drop erlang-ts-mode | Thomas Schneider | 4 days | 1 | -6/+1 |
| | | |||||
| * | Emacs: Some more and some fewer languages via tree-sitter | Thomas Schneider | 4 days | 1 | -1/+19 |
| | | |||||
| * | Emacs: Add jinja2-mode | Thomas Schneider | 4 days | 1 | -0/+4 |
| | | |||||
| * | Emacs: pet: Find `pylsp` executable via pet | Thomas Schneider | 4 days | 1 | -1/+5 |
| | | |||||
| * | Emacs: Load custom-file even earlier; drop custom-safe-themes hashes | Thomas Schneider | 4 days | 1 | -9/+3 |
| | | |||||
| * | Emacs: Use tide for TypeScript | Thomas Schneider | 2024-08-26 | 1 | -0/+6 |
| | | |||||
| * | Emacs: Use editorconfig | Thomas Schneider | 2024-08-26 | 1 | -0/+5 |
| | | |||||
| * | Emacs: Use tree-sitter support for almost all supported modes | Thomas Schneider | 2024-08-26 | 1 | -0/+9 |
| | | |||||
| * | Emacs: Perl shenanigans | Thomas Schneider | 2024-08-26 | 1 | -0/+14 |
| | | |||||
| * | Emacs: Install macrostep | Thomas Schneider | 2024-08-26 | 1 | -0/+4 |
| | | |||||
| * | Emacs: Configure elisp-mode | Thomas Schneider | 2024-08-26 | 1 | -0/+5 |
| | | |||||
| * | Emacs: Switch to modus-themes | Thomas Schneider | 2024-08-26 | 1 | -2/+11 |
| | | |||||
| * | Emacs: ledger-mode: Install from melpa-unstable | Thomas Schneider | 2024-08-26 | 1 | -0/+1 |
| | | |||||
| * | Emacs: use-package: Default to deferring package loading | Thomas Schneider | 2024-08-26 | 1 | -2/+3 |
| | | |||||
| * | Emacs: actually ensure highlight-indentation is installed | Thomas Schneider | 2024-08-26 | 1 | -0/+3 |
| | | |||||
| * | Emacs: defun qsx-no-indent-tabs-mode at top-level | Thomas Schneider | 2024-08-26 | 1 | -3/+4 |
| | | |||||
| * | Emacs: Replace elpy with python(-ts)-mode, lsp, and pet | Thomas Schneider | 2024-08-26 | 1 | -4/+5 |
| | | |||||
| * | Emacs: srefactor: Load after project.el | Thomas Schneider | 2024-08-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Brought to you by an afternoon of debugging. Incantations used for debugging: (semantic-mode 1) ;; (when (boundp 'project-find-functions) ;; (message "init project-find-functions: %s" project-find-functions)) ;; (define-advice add-hook ;; (:around ;; (orig-fun &rest args) ;; debug) ;; (progn ;; (when (eq (nth 0 args) 'project-find-functions) ;; (backtrace)) ;; (let ((res (apply orig-fun args))) ;; (when (eq (nth 0 args) 'project-find-functions) ;; (message "adv project-find-functions: %s" project-find-functions) ;; res)))) (use-package srefactor :bind (:map c-mode-map ("M-RET" . #'srefactor-refactor-at-point))) ;; (advice-remove 'add-hook 'add-hook@debug) ;; (when (boundp 'project-find-functions) ;; (message "init late project-find-functions: %s" project-find-functions)) | ||||
| * | Emacs: lsp: Explicitly bind "s-l" keymap | Thomas Schneider | 2024-08-26 | 1 | -0/+1 |
| | | |||||
| * | Emacs: Disable line numbers in all special-mode derivatives | Thomas Schneider | 2024-08-26 | 1 | -1/+2 |
| | | |||||
| * | Emacs: Org: use-package-ise | Thomas Schneider | 2024-08-26 | 1 | -2/+29 |
| | | |||||
| * | Emacs: "C-M-y" key binding: Formatting | Thomas Schneider | 2024-08-26 | 1 | -3/+3 |
| | | |||||
| * | Emacs: Add transpose-frame | Thomas Schneider | 2024-08-26 | 1 | -0/+13 |
| | | |||||
| * | Emacs: company: Enable in prog-mode | Thomas Schneider | 2024-08-26 | 1 | -1/+2 |
| | | |||||
| * | Emacs: package-archives: Add explaining comment for melpa-unstable | Thomas Schneider | 2024-08-26 | 1 | -1/+1 |
| | | |||||
| * | Emacs: company: Remove pin, patch has been merged and released | Thomas Schneider | 2024-08-26 | 1 | -2/+0 |
| | | |||||
| * | Emacs: qsx-backup-enable-predicate: Canonicalise all names | Thomas Schneider | 2024-08-26 | 1 | -2/+4 |
| | | |||||
| * | Emacs: Move package-enable-at-startup to early-init.el | Thomas Schneider | 2024-08-26 | 1 | -1/+1 |
| | | |||||
| * | Emacs: AUCTeX: cleveref integration; ispell ignores | Thomas Schneider | 2024-02-12 | 1 | -1/+11 |
| | | |||||
| * | Emacs: yaml-mode: Configure hl-indent offset; disable tabs | Thomas Schneider | 2024-02-12 | 1 | -2/+6 |
| | | |||||
