refactor(ahk): remove derive-ahk and references

This commit finally sunsets the derive-ahk proc macro and the
ahk-library cli command.

There is now a dedicated, stripped down komorebi.ahk example on the docs
website which mirrors the contents and style of the sample whkdrc:
https://lgug2z.github.io/komorebi/common-workflows/autohotkey.html
This commit is contained in:
LGUG2Z
2024-05-23 22:57:27 -07:00
parent 340c137342
commit 03fdbea5cd
12 changed files with 66 additions and 364 deletions
+2
View File
@@ -1,3 +1,5 @@
#![warn(clippy::all)]
pub mod border_manager;
pub mod com;
#[macro_use]