From 10ce03eb35ba458ed09ab817d228e6005a1a0cc9 Mon Sep 17 00:00:00 2001 From: jgrogan Date: Tue, 8 Jul 2025 13:07:41 +0100 Subject: [PATCH] Update amythyst and emacs --- amethyst/.amethyst.yml | 4 ++-- emacs/.emacs.d/modules/jg-dev.el | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/amethyst/.amethyst.yml b/amethyst/.amethyst.yml index 35843c5..2808e17 100644 --- a/amethyst/.amethyst.yml +++ b/amethyst/.amethyst.yml @@ -15,13 +15,13 @@ # layouts - Ordered list of layouts to use by layout key (default tall, wide, fullscreen, and column). layouts: + - 3column-left - tall - fullscreen # - tall-right - wide # - two-pane # - middle-wide - # - 3column-left # - middle-wide # The legacy name of "3column-middle" # - 3column-right # - 4column-left @@ -273,7 +273,7 @@ float-small-windows: true mouse-follows-focus: false # true if the windows underneath the mouse should become focused as the mouse moves (default false). Note that this is largely incompatible with mouse-follows-focus -focus-follows-mouse: false +focus-follows-mouse: true # true if dragging and dropping windows on to each other should swap their positions (default false). mouse-swaps-windows: false diff --git a/emacs/.emacs.d/modules/jg-dev.el b/emacs/.emacs.d/modules/jg-dev.el index 4722ff9..be5d6fd 100644 --- a/emacs/.emacs.d/modules/jg-dev.el +++ b/emacs/.emacs.d/modules/jg-dev.el @@ -96,6 +96,9 @@ (use-package yaml-mode :ensure t) +(use-package nix-mode + :mode "\\.nix\\'") + ;;(ac-config-default) ;;(require 'ac-geiser) ;;(;add-hook 'geiser-mode-hook 'ac-geiser-setup)