summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-27zsh: Use vim if Emacs is not running as a serverGrégoire Duchêne
Running the Emacs server from a terminal implies that permissions normally granted to Emacs on macOS will not be granted to the server.
2024-07-27emacs: Start a server if none is runningGrégoire Duchêne
2024-07-27emacs: Use nice fontsGrégoire Duchêne
2024-07-20vim: Use configuration from nvimGrégoire Duchêne
2024-07-14emacs: Experiment with Org-roamGrégoire Duchêne
2024-07-13emacs: Consolidate Ibuffer configurationGrégoire Duchêne
2024-07-13emacs: Consolidate Dired configurationGrégoire Duchêne
2024-07-06emacs: Hide Org emphasis markersGrégoire Duchêne
2024-07-06emacs: Group dotfiles buffers separatelyGrégoire Duchêne
2024-07-06darwin/trash: Add trivial tool to trash itemsGrégoire Duchêne
2024-06-22emacs: Keep Eshell aliases in the Emacs directoryGrégoire Duchêne
2024-06-22zsh: Add aliases for SwiftGrégoire Duchêne
2024-05-12emacs: Configure windmove’s swap keybindingsGrégoire Duchêne
2024-04-21emacs: Load files in ‘dotfiles-local’ if availableGrégoire Duchêne
2024-04-20zsh: Source files in ‘dotfiles-local’ if availableGrégoire Duchêne
2024-04-13emacs: Put ‘project-list-file’ in cache directoryGrégoire Duchêne
2024-04-13emacs: Ignore case in more placesGrégoire Duchêne
2024-04-13darwin/env.plist: Always use macOS’s zshGrégoire Duchêne
2024-03-09emacs: Set ‘package-gnupghome-dir’ in init.elGrégoire Duchêne
2024-03-03emacs: Ensure that go-mode is installedGrégoire Duchêne
2024-03-02emacs: Remove package-list.elGrégoire Duchêne
2024-03-02emacs: Migrate stragglers to ‘setopt’Grégoire Duchêne
2024-03-02emacs: Move my/macos-dark-p to the macOS dotfilesGrégoire Duchêne
2024-03-02emacs: Ignore case when completing in EshellGrégoire Duchêne
2024-03-02emacs: Load language grammars from data directoryGrégoire Duchêne
2024-03-02emacs: Add Rust configurationGrégoire Duchêne
2024-03-02emacs: Add bindings to be compatible with MagnetGrégoire Duchêne
2024-02-18emacs: Add a few more keys in my/resize-frameGrégoire Duchêne
2024-02-18zsh: Default pgrep to show arguments in matchesGrégoire Duchêne
2024-02-18git: Remove signing key from public configurationGrégoire Duchêne
2024-02-18emacs: Add Eshell configurationGrégoire Duchêne
2024-02-18emacs: Configure cc-mode with use-packageGrégoire Duchêne
2024-02-11emacs: Replace my/focus-frame with my/resize-frameGrégoire Duchêne
my/resize-frame will provide more options to resize the frame as desired. Also, make that function available only on macOS, since Linux has capable tiling window managers.
2024-02-11emacs: Store bookmarks file in the data directoryGrégoire Duchêne
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