summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-10-10git: Ignore more things by defaultGrégoire Duchêne
2021-07-04darwin/zsh: Configure aliases for GNU ls if foundGrégoire Duchêne
2021-07-04linux/zsh: Pass --group-directories-first to lsGrégoire Duchêne
2021-07-04emacs: Parameterize theme selectionGrégoire Duchêne
Also, set the timer running ‘is-macos-dark’ (renamed to ‘macos-dark-p’) only when ‘after-init-hook’ is run. This makes it so that the correct themes will be used when ‘awhk-day-theme’ and ‘awhk-night-theme’ are changed in per-domain or per-host configuration.
2021-07-04emacs: Use conf-mode for systemd socket unit filesGrégoire Duchêne
2021-06-26zsh: Show current Git branch in ${RPROMPT}Grégoire Duchêne
This does not apply if ${TERM_PROGRAM} is ‘iTerm.app’ as iTerm2 already has a status bar that shows that information. See https://iterm2.com/documentation-status-bar.html for more details.
2021-06-26zsh: Show nonzero exit statuses in ${PS1}Grégoire Duchêne
2021-06-26zsh: Have ‘op-ssh-add’ default to SK keysGrégoire Duchêne
2021-06-19emacs: Add Flycheck configurationGrégoire Duchêne
Also, use ‘bazel-buildifier-before-save’ instead of the deprecated ‘bazel-mode-buildifier-before-save’.
2021-06-19zsh: Move the ‘vault’ function to dotfiles-darwinGrégoire Duchêne
2021-06-05emacs: Fix typoGrégoire Duchêne