summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-01-29emacs: Do a better job at disabling unwanted modesGrégoire Duchêne
2022-01-15emacs: Deselect evil and evil-collectionGrégoire Duchêne
2022-01-15darwin/env.sh: Set LSEnvironment using JSONGrégoire Duchêne
2022-01-15emacs: Add my/swiper and bind it to C-c sGrégoire Duchêne
If the region is active, my/swiper will call swiper with the contents of the region as initial input. Also, When invoked with a prefix argument, swiper-all is called instead.
2022-01-15emacs: Add my/isearch-region advice to isearchGrégoire Duchêne
If the region is active, my/isearch-region will add its contents to the search string.
2022-01-15emacs: Bind C-c q to electric-quote-local-modeGrégoire Duchêne
Also, add electric-quote-local-mode to git-commit-setup-hook.
2022-01-09zsh: Remove custom key bindings C-f and C-rGrégoire Duchêne
C-r is already bound to history-incremental-search-backward and C-f is redundant with C-s. Also, make C-q and C-s work in zsh. Those keys are traditionally used for software control flow purposes, and it is not something I have ever used (on purpose anyway). Having C-s (and C-q) available in zsh is far more useful.
2022-01-09zsh: Add an alias to kill the Emacs daemonGrégoire Duchêne
2022-01-09zsh/profile: Source other files at the endGrégoire Duchêne
2022-01-09tmux: Show time in status barGrégoire Duchêne
Also, do not show time in emacs when running in tmux.
2022-01-09emacs: Disable some modes only if presentGrégoire Duchêne
2022-01-04emacs: Select dockerfile-mode and markdown-modeGrégoire Duchêne
2021-12-18zsh: Set DOMAIN and UNAME using built-insGrégoire Duchêne
2021-12-18emacs: Simplify my/load-file-variations a bitGrégoire Duchêne
2021-12-11emacs: Load and rotate themes in server modeGrégoire Duchêne
2021-12-11emacs: Refactor configurationGrégoire Duchêne
2021-11-27emacs: Default to defer package loadingGrégoire Duchêne
2021-11-27darwin: Enable more Emacs key bindings in appsGrégoire Duchêne
See the documentation for NSStandardKeyBindingResponding for a complete list of actions that may be supported.
2021-11-14emacs: Make {cache,data}-dir proper variablesGrégoire Duchêne
2021-11-14emacs: Consolidate sh-script configurationGrégoire Duchêne
2021-11-14emacs: Configure conf-mode with use-packageGrégoire Duchêne
2021-11-14emacs: s!source-if-exists!my/source-if-exists!Grégoire Duchêne
2021-11-14emacs: Remove ‘.el’ from filenamesGrégoire Duchêne
‘load’ will pick the best file if a compiled version is available.
2021-11-13emacs: Improve keybindings in ivy-minibuffer-mapGrégoire Duchêne
2021-11-13darwin/zsh: Prefer all Homebrew GNU utilitiesGrégoire Duchêne
2021-11-13darwin/zsh: Use Homebrew GNU Make if availableGrégoire Duchêne
2021-11-13emacs: Only load themes when neededGrégoire Duchêne
2021-11-13emacs: Defer package loading more aggressivelyGrégoire Duchêne
Also, add a function that displays how long it took Emacs to load, shamelessly stolen from https://youtu.be/9i_9hse_Y08.
2021-11-13emacs: Move GUI customization to early-init.elGrégoire Duchêne
This seems to fix most “flickering” issues seen on macOS.
2021-11-13emacs: Set a higher gc-cons-thresholdGrégoire Duchêne
This is in preparation for lsp-mode that recommends it.
2021-11-13emacs: Drop exec-path-from-shellGrégoire Duchêne
This is mostly done with a horrible hack on how macOS app bundles get their PATH set correctly.
2021-11-13zsh/op-ssh-add: Use ‘command’ to avoid subshellsGrégoire Duchêne
2021-10-16emacs: Enable Flyspell in git-commit-modeGrégoire Duchêne
2021-10-16zsh/op-ssh-add: Remove superfluous jq optionGrégoire Duchêne
2021-10-10zsh: Configure user-level paths lastGrégoire Duchêne