From cddcd2770316df6831a33a7b49d1b3ac1623b8c8 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 9 Jul 2015 11:31:25 -0500 Subject: [PATCH] add read papers and paper notes --- emacs_el/configuration/don-hydra.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs_el/configuration/don-hydra.el b/emacs_el/configuration/don-hydra.el index 6c83042..6eec45f 100644 --- a/emacs_el/configuration/don-hydra.el +++ b/emacs_el/configuration/don-hydra.el @@ -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") ) -- 2.39.5