summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-10emacs: Switch to keymap-* for binding keysGrégoire Duchêne
See https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29#n3878 for more details.
2024-02-10emacs: Fix odd behavior in my/focus-frameGrégoire Duchêne
Calling my/focus-frame twice in a row would move the frame out of position if the frame had not been manually moved or resized before.
2024-02-10emacs: In Dired, bind ‘b’ to dired-up-directoryGrégoire Duchêne
2024-02-04emacs: Trash items instead of deleting themGrégoire Duchêne
2024-02-04emacs: Store GnuPG keys alongside ELPA packagesGrégoire Duchêne
2024-01-27emacs: Have Dired use unit suffixesGrégoire Duchêne
2024-01-27emacs: Bind C-c j to join-lineGrégoire Duchêne
2024-01-27emacs: Ensure Consult is installedGrégoire Duchêne
2024-01-27zsh: Add ‘pm’ functionGrégoire Duchêne
2024-01-06darwin/zsh: Only use some GNU tools by defaultGrégoire Duchêne
2024-01-06emacs: Add Swift configurationGrégoire Duchêne
2024-01-06zsh: Ask before deleting filesGrégoire Duchêne
2023-09-23emacs: Use ‘jinx’ to spellcheckGrégoire Duchêne
2023-09-10git: Add ‘root’ alias to find top-level directoryGrégoire Duchêne
2023-09-10emacs: Adopt ‘setopt’Grégoire Duchêne
2023-09-10emacs: Start (re-)adopting ‘use-package’Grégoire Duchêne
2023-09-10emacs: Move package configuration to early-init.elGrégoire Duchêne
2023-09-09emacs: Use Super key with windmoveGrégoire Duchêne
2023-08-13emacs: Bind C-x b to consult-bufferGrégoire Duchêne
2023-07-08zsh: Remove op-ssh-addGrégoire Duchêne
See https://developer.1password.com/docs/ssh/agent for a better replacement.
2023-07-08darwin/env.sh: Export HOST_SHORTGrégoire Duchêne
2023-07-08zsh: Only export unmodified HOST variableGrégoire Duchêne
2023-07-08zsh: Iterate through variants in source_if_existsGrégoire Duchêne
2023-07-08zsh: Simplify how DOMAIN is definedGrégoire Duchêne
2023-07-08zsh: Add HOST_SHORT to refer to the machine nameGrégoire Duchêne
2023-04-23emacs: Remove dangling referenceGrégoire Duchêne
2023-04-23emacs: Remove old packagesGrégoire Duchêne
2023-04-23emacs: Switch to Vertico, Consult, and MarginaliaGrégoire Duchêne
2023-02-12git: Ignore Bazel-generated filesGrégoire Duchêne
2023-01-15darwin/zsh: Switch back to Homebrew-provided EmacsGrégoire Duchêne
2022-09-17emacs: Use Eglot with GoGrégoire Duchêne
2022-08-07darwin/env.sh: Fix initial plutil invocationGrégoire Duchêne
2022-06-18emacs: Select json-modeGrégoire Duchêne
2022-05-21emacs: ‘show-paren-mode’ is now enabled by defaultGrégoire Duchêne
2022-05-21git: Ignore protocol buffer-generated Go codeGrégoire Duchêne
2022-04-17darwin/zsh: Exclude .DS_Store files with rsyncGrégoire Duchêne
2022-04-03darwin/zsh: Disable “sessions” in Terminal.appGrégoire Duchêne
2022-04-03emacs: Bind ‘C-c d’ to ‘clang-format’Grégoire Duchêne
2022-03-19zsh/op-ssh-add: Support 1Password CLI 2Grégoire Duchêne
2022-03-19emacs: Confirm before quittingGrégoire Duchêne
2022-02-20emacs: Use local-set-key in Dired configurationGrégoire Duchêne
2022-02-20zsh: Remove REMATCH_PCRE as it is no longer neededGrégoire Duchêne
2022-02-13Add SQLite configurationGrégoire Duchêne
2022-02-12emacs: Use C++20 with FlycheckGrégoire Duchêne
2022-02-12emacs: Remove doom-themesGrégoire Duchêne
2022-02-12emacs: Allow nil themes in ‘my/maybe-switch-theme’Grégoire Duchêne
Also, load themes separately.
2022-02-12darwin/env.sh: Set SSH_AUTH_SOCK in Emacs.appGrégoire Duchêne
2022-01-29git: Set conflict style to ‘zdiff3’Grégoire Duchêne
2022-01-29darwin/env.sh: Run script in a login shellGrégoire Duchêne
We need a login shell to have the right PATH set. Also, we need not to call stty when TERM is empty, which it will be when that script runs.
2022-01-29darwin/env.sh: Add loggingGrégoire Duchêne