[go: up one dir, main page]

Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed Aug 5, 2019
1 parent 45bfed7 commit 39e6fe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lisp/init-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ org-files and bookmarks"
"Construct the helm sources for my hotspots"
`((name . "Util")
(candidates . (("Calendar" . (lambda () (browse-url "https://www.google.com/calendar/render")))
("Blog" . org-octopress)
("Calculator" . (lambda () (helm-calcul-expression)))
("[1] Blog" . org-octopress)
("[2] Calculator" . (lambda () (helm-calcul-expression)))
("Run current flie" . (lambda () (zilongshanren/run-current-file)))
("Agenda" . (lambda () (org-agenda "" "a")))
("org-capture" . (lambda () (org-capture)))
("New Buffer" . (lambda () (new-empty-buffer)))))
("[5] org-capture" . (lambda () (org-capture)))
("[6] New Buffer" . (lambda () (new-empty-buffer)))))
(candidate-number-limit)
(action . (("Open" . (lambda (x) (funcall x)))))))

Expand Down
2 changes: 1 addition & 1 deletion site-lisp/snails

0 comments on commit 39e6fe3

Please sign in to comment.