From: Don Armstrong Date: Sat, 18 Jul 2015 00:43:06 +0000 (-0500) Subject: add hpcbio X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ce0f8ffd79b4bc9edcb816ba414ddfdf1fa76bb9;p=lib.git add hpcbio --- diff --git a/emacs_el/configuration/don-hydra.el b/emacs_el/configuration/don-hydra.el index 6eec45f..951e48a 100644 --- a/emacs_el/configuration/don-hydra.el +++ b/emacs_el/configuration/don-hydra.el @@ -7,6 +7,7 @@ _n_: notes _c_: chaim _w_: wildman _o_: ool _u_: uddin _s_: steve _r_: refile _f_: fh _p_: read papers _R_: paper notes +_h_: hpcbio _q_: quit _z_: quit " @@ -20,6 +21,7 @@ _z_: quit ("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")) + ("h" (find-file "~/projects/org-notes/hpcbio.org")) ("q" nil "quit") ("z" nil "quit") ) diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 552b08e..b3f9c9d 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -101,6 +101,7 @@ "~/projects/org-notes/wildman.org" "~/projects/org-notes/uddin.org" "~/projects/org-notes/reviews.org" + "~/projects/org-notes/hpcbio.org" "~/projects/org-notes/fh.org"))) (set-register ?n (cons 'file "~/projects/org-notes/notes.org"))