| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | 2 | -1/+2 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Emacs: Add systemd package | Thomas Schneider | 2024-02-12 | 1 | -0/+2 | |
| | | | ||||||
| * | | Emacs: Helm: Add `s-x` keybinding for classic `M-x` | Thomas Schneider | 2024-02-12 | 1 | -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 layout | Thomas Schneider | 2024-02-12 | 1 | -1/+2 | |
| | | | ||||||
| * | | Emacs: lsp-mode: Performance tuning, minor updates | Thomas Schneider | 2024-02-12 | 1 | -2/+9 | |
| | | | ||||||
| * | | Emacs: Defer loading Gnus | Thomas Schneider | 2023-09-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Emacs: Add yasnippet for company; drop company-minimum-prefix-length | Thomas Schneider | 2023-09-26 | 1 | -2/+5 | |
| | | | ||||||
| * | | Emacs: Drop obsolete Magit config | Thomas Schneider | 2023-09-26 | 1 | -2/+1 | |
| | | | ||||||
| * | | Emacs: Use MELPA stable in general, unstable only explicitly | Thomas Schneider | 2023-09-26 | 1 | -3/+9 | |
| | | | ||||||
| * | | Emacs: Update config to new format; load immediately | Thomas Schneider | 2023-09-26 | 1 | -6/+5 | |
| | | | ||||||
| * | | Emacs: Drop company-lsp | Thomas Schneider | 2023-09-26 | 1 | -4/+0 | |
| | | | ||||||
| * | | Emacs: Drop support for Emacs <26 | Thomas Schneider | 2023-09-26 | 1 | -8/+1 | |
| | | | ||||||
| * | | Emacs: Simplify .emacs.d file handling | Thomas Schneider | 2023-09-26 | 1 | -9/+6 | |
| |/ | ||||||
| * | Merge branch 'main' into neptun | Thomas Schneider | 2022-02-18 | 2 | -12/+54 | |
| |\ | ||||||
| | * | Emacs/Gnus: Change Openpgp header URL to keys.openpgp.org | Thomas Schneider | 2021-07-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Emacs/Gnus: Forward messages as MIME | Thomas Schneider | 2021-07-13 | 1 | -0/+1 | |
| | | | ||||||
| | * | Emacs: Don’t ensure AUCTeX packages | Thomas Schneider | 2021-07-13 | 1 | -1/+3 | |
| | | | ||||||
| | * | Emacs: Remove salt-mode | Thomas Schneider | 2021-07-13 | 1 | -2/+0 | |
| | | | ||||||
| | * | Emacs: Don’t make backups from auto-save-list files | Thomas Schneider | 2021-07-13 | 1 | -0/+9 | |
| | | | ||||||
| | * | Emacs: Tidy backup-directory-alist handling | Thomas Schneider | 2021-07-13 | 1 | -4/+4 | |
| | | | ||||||
| | * | Emacs: Set use-package-verbose | Thomas Schneider | 2021-07-13 | 1 | -1/+2 | |
| | | | ||||||
| | * | Emacs: Ignore native-compiled lisp cache | Thomas Schneider | 2021-07-13 | 1 | -0/+1 | |
| | | | ||||||
| | * | Emacs: Add some packages and config | Thomas Schneider | 2020-07-26 | 1 | -0/+15 | |
| | | | ||||||
| | * | Emacs: Refactor RefTeX/AUCTeX config | Thomas Schneider | 2020-07-26 | 1 | -3/+13 | |
| | | | ||||||
| | * | Emacs: Fix calc-digit-map handling | Thomas Schneider | 2020-07-26 | 1 | -1/+3 | |
| | | | ||||||
| | * | Emacs/calc: Use keypad comma as decimal separator | Thomas Schneider | 2020-07-08 | 1 | -0/+3 | |
| | | | ||||||
| * | | Emacs/Gnus: Dynamic notmuch path configuration | Thomas Schneider | 2022-02-18 | 1 | -13/+15 | |
| | | | ||||||
| * | | Emacs: Configure Gnus maildir dynamically | Thomas Schneider | 2021-05-05 | 1 | -5/+16 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/main' into neptun | Thomas Schneider | 2020-04-17 | 1 | -15/+4 | |
| |\| | ||||||
| | * | Emacs: Company stuff | Thomas Schneider | 2020-02-27 | 1 | -5/+4 | |
| | | | ||||||
| | * | Emacs: Remove projectile | Thomas Schneider | 2020-02-27 | 1 | -10/+0 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/main' into neptun | Thomas Schneider | 2020-01-26 | 2 | -12/+27 | |
| |\| | ||||||
| | * | Emacs: Set c-default-style to linux | Thomas Schneider | 2019-12-23 | 1 | -0/+2 | |
| | | | ||||||
| | * | Emacs: Add go-mode | Thomas Schneider | 2019-12-23 | 1 | -0/+3 | |
| | | | ||||||
| | * | Emacs: Fix line-numbers hook handling | Thomas Schneider | 2019-12-23 | 1 | -3/+3 | |
| | | | ||||||
| | * | Emacs: Move and customise yaml-mode | Thomas Schneider | 2019-12-23 | 1 | -3/+6 | |
| | | | ||||||
| | * | Emacs: Add elpy | Thomas Schneider | 2019-12-23 | 2 | -5/+7 | |
| | | | ||||||
| | * | Emacs: Don’t show line numbers in ledger reports | Thomas Schneider | 2019-12-23 | 1 | -2/+4 | |
| | | | ||||||
