summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 5e27421..703dc56 100644 --- a/init.el +++ b/init.el
@@ -1466,6 +1466,8 @@ if ripgrep is installed, otherwise `consult-grep'."
1466 1466
1467 (global-undo-fu-session-mode +1)) 1467 (global-undo-fu-session-mode +1))
1468 1468
1469(setup (:straight unfill))
1470
1469(setup (:straight (unfocused 1471(setup (:straight (unfocused
1470 :host github 1472 :host github
1471 :repo "duckwork/unfocused")) 1473 :repo "duckwork/unfocused"))