mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 09:45:46 +01:00
Fix links in :ls and remove some old cruft as a result.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<!DOCTYPE overlay SYSTEM "dactyl.dtd" [
|
||||
<!ENTITY and "&&">
|
||||
<!ENTITY dactyl.content "chrome://dactyl/content/">
|
||||
<!ENTITY commandline "window.dactyl ∧ dactyl.modules.commandline">
|
||||
<!ENTITY events "if (window.dactyl ∧ dactyl.modules.loaded.events) dactyl.modules.events">
|
||||
<!ENTITY commandline "if (window.dactyl) return dactyl.modules.commandline">
|
||||
<!ENTITY events "if (window.dactyl ∧ dactyl.modules.loaded.events) return dactyl.modules.events">
|
||||
<!ENTITY status "dactyl-statusline-field-">
|
||||
]>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user