Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 1.38 KB

Tips.org

File metadata and controls

38 lines (30 loc) · 1.38 KB

README.md

Some basic idea about the project

  • Export the result as org-mode file
  • Export the org-mode file to pdf, html, etc
  • Export the result using markdown-to-html see cm-test project for idea.

Sample Output

Hacker News as of [date-here]

comment-link]] - may be keywords
comment-link]] - may be keywords

Code-n-Coffee Meetups

Think about the event ruby for good coming up in March

How to TDD/BDD in Clojure like using watch for file changes and run tests?

How to switch betwe

CommandEmacs’s shotcuts
cider-test-run-test
more command here

Write the elisp function that will do copy of previous sexp

(is (= 3
       (some-function 1 2)))
;;     |< cursor position at this point
;; we like to be able to copy this one without using =sp-copy-sexp=