forgot debug comment

master
muflax 2012-06-05 02:49:47 +02:00
parent fee43def06
commit 7d14ca2b4b
3 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module Nanoc::CLI::Commands
page = logs.last.identifier.gsub(/(\d+)/) {|s| s.to_i + 1}
puts "editing: #{page}..."
# system "emacs-gui #{page}"
system "emacs-gui #{page}"
end
end
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 85 KiB