frame-mode icon indicating copy to clipboard operation
frame-mode copied to clipboard

Replace some function enablers with advices

Open Thaodan opened this issue 2 years ago • 0 comments

I think some features might be easier enabled with (advice-add : override).

The advantage being that existing key-binds defined by the user will also use the the functions provided by the package, similar other packages will also use them.

One example is the line down below: https://github.com/colonelpanic8/frame-mode/blob/ab5e568a7c7259d31c252c263458bd76490241d0/frame-mode.el#L42

Thaodan avatar Oct 20 '23 19:10 Thaodan