]> git.donarmstrong.com Git - lib.git/commitdiff
add read papers and paper notes
authorDon Armstrong <don@donarmstrong.com>
Thu, 9 Jul 2015 16:31:25 +0000 (11:31 -0500)
committerDon Armstrong <don@donarmstrong.com>
Thu, 9 Jul 2015 16:31:25 +0000 (11:31 -0500)
emacs_el/configuration/don-hydra.el

index 6c83042a9ea83c5171520111cc81b59965f32c3e..6eec45f1e89df9e64da79f56ec218bc87fbf2739 100644 (file)
@@ -6,6 +6,7 @@
   "
 _n_: notes _c_: chaim _w_: wildman _o_: ool
 _u_: uddin _s_: steve _r_: refile  _f_: fh    
+_p_: read papers      _R_: paper notes
 _q_: quit
 _z_: quit
 "
@@ -17,6 +18,8 @@ _z_: quit
   ("f" (find-file "~/projects/org-notes/fh.org"))
   ("s" (find-file "~/projects/org-notes/sndservers.org"))
   ("r" (find-file "~/projects/org-notes/refile.org"))
+  ("p" (find-file "~/projects/research/papers_to_read.org"))
+  ("R" (find-file "~/projects/research/paper_notes.org"))
   ("q" nil "quit")
   ("z" nil "quit")
   )