aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'refs/remotes/origin/main'Thomas Schneider2024-09-113-55/+182
|\
| * Emacs: gitignore more stuffThomas Schneider2024-08-261-0/+4
| |
| * Emacs: Use tide for TypeScriptThomas Schneider2024-08-261-0/+6
| |
| * Emacs: Use editorconfigThomas Schneider2024-08-261-0/+5
| |
| * Emacs: Use tree-sitter support for almost all supported modesThomas Schneider2024-08-261-0/+9
| |
| * Emacs: Perl shenanigansThomas Schneider2024-08-261-0/+14
| |
| * Emacs: Install macrostepThomas Schneider2024-08-261-0/+4
| |
| * Emacs: Configure elisp-modeThomas Schneider2024-08-261-0/+5
| |
| * Emacs: Switch to modus-themesThomas Schneider2024-08-261-2/+11
| |
| * Emacs: ledger-mode: Install from melpa-unstableThomas Schneider2024-08-261-0/+1
| |
| * Emacs: use-package: Default to deferring package loadingThomas Schneider2024-08-261-2/+3
| |
| * Emacs: actually ensure highlight-indentation is installedThomas Schneider2024-08-261-0/+3
| |
| * Emacs: defun qsx-no-indent-tabs-mode at top-levelThomas Schneider2024-08-261-3/+4
| |
| * Emacs: Replace elpy with python(-ts)-mode, lsp, and petThomas Schneider2024-08-261-4/+5
| |
| * Emacs: srefactor: Load after project.elThomas Schneider2024-08-261-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" keymapThomas Schneider2024-08-261-0/+1
| |
| * Emacs: Disable line numbers in all special-mode derivativesThomas Schneider2024-08-261-1/+2
| |
| * Emacs: Org: use-package-iseThomas Schneider2024-08-261-2/+29
| |
| * Emacs: "C-M-y" key binding: FormattingThomas Schneider2024-08-261-3/+3
| |
| * Emacs: Add transpose-frameThomas Schneider2024-08-261-0/+13
| |
| * Emacs: company: Enable in prog-modeThomas Schneider2024-08-261-1/+2
| |
| * Emacs: package-archives: Add explaining comment for melpa-unstableThomas Schneider2024-08-261-1/+1
| |
| * Emacs: company: Remove pin, patch has been merged and releasedThomas Schneider2024-08-261-2/+0
| |
| * Emacs: qsx-backup-enable-predicate: Canonicalise all namesThomas Schneider2024-08-261-2/+4
| |
| * Emacs: Move package-enable-at-startup to early-init.elThomas Schneider2024-08-262-1/+2
| |
| * Emacs: AUCTeX: cleveref integration; ispell ignoresThomas Schneider2024-02-121-1/+11
| |
| * Emacs: yaml-mode: Configure hl-indent offset; disable tabsThomas Schneider2024-02-121-2/+6
| |
| * Emacs: Add systemd packageThomas Schneider2024-02-121-0/+2
| |
| * Emacs: Helm: Add `s-x` keybinding for classic `M-x`Thomas Schneider2024-02-121-0/+1
| | | | | | | | | | Sometimes it is useful to have #'execute-extended-command readily available. Or I could take the time to actually learn and/or tame Helm …
| * Emacs: avy: Configure key bindings for Bone layoutThomas Schneider2024-02-121-1/+2
| |
| * Emacs: lsp-mode: Performance tuning, minor updatesThomas Schneider2024-02-121-2/+9
| |
| * Emacs: Defer loading GnusThomas Schneider2023-09-261-0/+1
| |
| * Emacs: Add yasnippet for company; drop company-minimum-prefix-lengthThomas Schneider2023-09-261-2/+5
| |
| * Emacs: Drop obsolete Magit configThomas Schneider2023-09-261-2/+1
| |
| * Emacs: Use MELPA stable in general, unstable only explicitlyThomas Schneider2023-09-261-3/+9
| |
| * Emacs: Update config to new format; load immediatelyThomas Schneider2023-09-261-6/+5
| |
| * Emacs: Drop company-lspThomas Schneider2023-09-261-4/+0
| |
| * Emacs: Drop support for Emacs <26Thomas Schneider2023-09-261-8/+1
| |
| * Emacs: Simplify .emacs.d file handlingThomas Schneider2023-09-261-9/+6
| |
* | Emacs: Gnus: Improve user-date-formatThomas Schneider2024-09-111-5/+6
| |
* | Emacs: calc: pgtk input fixThomas Schneider2024-09-111-1/+6
| |
* | Emacs: llvm-mode and llvm.org C styleThomas Schneider2024-09-111-0/+25
| |
* | Emacs: Use dockerfile-mode with ContainerfilesThomas Schneider2024-09-111-1/+2
| |
* | Emacs: Use k8s-modeThomas Schneider2024-09-111-0/+3
| |
* | Emacs: completion-stylesThomas Schneider2024-09-111-1/+2
|/
* Merge branch 'main' into neptunThomas Schneider2022-02-182-12/+54
|\
| * Emacs/Gnus: Change Openpgp header URL to keys.openpgp.orgThomas Schneider2021-07-131-1/+1
| |
| * Emacs/Gnus: Forward messages as MIMEThomas Schneider2021-07-131-0/+1
| |
| * Emacs: Don’t ensure AUCTeX packagesThomas Schneider2021-07-131-1/+3
| |
| * Emacs: Remove salt-modeThomas Schneider2021-07-131-2/+0
| |