Fix incorrect interpolation.
This commit is contained in:
+1
-10
@@ -33,8 +33,7 @@ KEY_MAP = {
|
|||||||
|
|
||||||
CONFIG_FILE = "%s"
|
CONFIG_FILE = "%s"
|
||||||
|
|
||||||
puts "hello-1"
|
DEFAULT = <<'CODE'
|
||||||
DEFAULT = <<CODE
|
|
||||||
# ==== State ====
|
# ==== State ====
|
||||||
|
|
||||||
MAX_PROJECTS = 9
|
MAX_PROJECTS = 9
|
||||||
@@ -75,8 +74,6 @@ def in_project?(ws)
|
|||||||
!SPECIAL.key?(ws)
|
!SPECIAL.key?(ws)
|
||||||
end
|
end
|
||||||
|
|
||||||
puts "hello1"
|
|
||||||
|
|
||||||
# Toggle between a special-mode workspace (terminal/browser/music/misc/todo)
|
# Toggle between a special-mode workspace (terminal/browser/music/misc/todo)
|
||||||
# and whatever workspace you were last on. Starts the associated app if
|
# and whatever workspace you were last on. Starts the associated app if
|
||||||
# it isn't already running. `ws` is the current workspace, passed in by
|
# it isn't already running. `ws` is the current workspace, passed in by
|
||||||
@@ -134,8 +131,6 @@ bind 81 do |_, ws|
|
|||||||
go_special :todo, ws
|
go_special :todo, ws
|
||||||
end
|
end
|
||||||
|
|
||||||
puts "hello2"
|
|
||||||
|
|
||||||
# ==== Project navigation ====
|
# ==== Project navigation ====
|
||||||
|
|
||||||
(1..MAX_PROJECTS).each do |n|
|
(1..MAX_PROJECTS).each do |n|
|
||||||
@@ -169,12 +164,8 @@ end
|
|||||||
# ==== Startup ====
|
# ==== Startup ====
|
||||||
|
|
||||||
go_project(1, 0)
|
go_project(1, 0)
|
||||||
|
|
||||||
puts "hello3"
|
|
||||||
CODE
|
CODE
|
||||||
|
|
||||||
puts "hello0"
|
|
||||||
|
|
||||||
BINDINGS = []
|
BINDINGS = []
|
||||||
SYSTEM_BINDINGS = []
|
SYSTEM_BINDINGS = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user