Update amythyst and emacs
This commit is contained in:
parent
a871d2d410
commit
10ce03eb35
2 changed files with 5 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
# layouts - Ordered list of layouts to use by layout key (default tall, wide, fullscreen, and column).
|
# layouts - Ordered list of layouts to use by layout key (default tall, wide, fullscreen, and column).
|
||||||
layouts:
|
layouts:
|
||||||
|
- 3column-left
|
||||||
- tall
|
- tall
|
||||||
- fullscreen
|
- fullscreen
|
||||||
# - tall-right
|
# - tall-right
|
||||||
- wide
|
- wide
|
||||||
# - two-pane
|
# - two-pane
|
||||||
# - middle-wide
|
# - middle-wide
|
||||||
# - 3column-left
|
|
||||||
# - middle-wide # The legacy name of "3column-middle"
|
# - middle-wide # The legacy name of "3column-middle"
|
||||||
# - 3column-right
|
# - 3column-right
|
||||||
# - 4column-left
|
# - 4column-left
|
||||||
|
@ -273,7 +273,7 @@ float-small-windows: true
|
||||||
mouse-follows-focus: false
|
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
|
# 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).
|
# true if dragging and dropping windows on to each other should swap their positions (default false).
|
||||||
mouse-swaps-windows: false
|
mouse-swaps-windows: false
|
||||||
|
|
|
@ -96,6 +96,9 @@
|
||||||
(use-package yaml-mode
|
(use-package yaml-mode
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package nix-mode
|
||||||
|
:mode "\\.nix\\'")
|
||||||
|
|
||||||
;;(ac-config-default)
|
;;(ac-config-default)
|
||||||
;;(require 'ac-geiser)
|
;;(require 'ac-geiser)
|
||||||
;;(;add-hook 'geiser-mode-hook 'ac-geiser-setup)
|
;;(;add-hook 'geiser-mode-hook 'ac-geiser-setup)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue