Skip to content

Commit

Permalink
update dot-emacs files
Browse files Browse the repository at this point in the history
  • Loading branch information
lugecy committed Oct 23, 2011
1 parent b045953 commit 53bb5a5
Show file tree
Hide file tree
Showing 5 changed files with 9,047 additions and 8,840 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ GIT_REPO.transaction(true) do |db|
now_head = GIT_REPO.transaction(true){|db| db[k][2] }
update_flg = Rake::Task["update-#{k}"].invoke
new_head = GIT_REPO.transaction(true){|db| db[k][2] }
checked_list << k
unless now_head == new_head
puts "found update #{k}"
break
end
cd current_dir
puts
checked_list << k
end
GIT_REPO.transaction do |db|
db["checked"] = (keys.length == checked_list.length ? [] : checked_list)
Expand Down
1 change: 1 addition & 0 deletions conf.d/001-windctrl.el
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
;; extend escreen
(defun escreen-clone ()
(interactive)
(run-hooks 'escreen-goto-screen-before-hook)
(let ((new-screen-number (escreen-first-unused-screen-number)))
(or new-screen-number
(error "escreen: No more screens (see \"escreen-max-screens\")"))
Expand Down
Loading

0 comments on commit 53bb5a5

Please sign in to comment.