about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-14 12:39:31 -0500
committerCase Duckworth2021-08-14 12:39:31 -0500
commit8d8e56272eded6abff514ab08a8b515e63672561 (patch)
tree6b16e98740d1e36936c79762683b5b47819ae08f /init.el
parentRemove <F1> for consult-buffer (diff)
downloademacs-8d8e56272eded6abff514ab08a8b515e63672561.tar.gz
emacs-8d8e56272eded6abff514ab08a8b515e63672561.zip
Use `unfill' package and delete `kill-ring-save-unfilled'
`acdw/copy-region-plain' takes care of what I want it to.
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"))