Skip to content

Commit

Permalink
Refine sii target locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Nov 19, 2015
1 parent bc2073b commit 9585acb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions site-lisp/lisp/mhs-sii.el
Expand Up @@ -79,6 +79,12 @@ Report bugs to: Matt Savoie <emacs@flamingbear.com>")
(interactive)
(dired (nrtsi-proj-top)))

(defun sii-out-root ()
"Jump to current project top."
(interactive)
(dired (nrtsi-out-top)))


(defun sii-website ()
"Jump to the nrtsi results directory."
(interactive)
Expand All @@ -105,7 +111,6 @@ Report bugs to: Matt Savoie <emacs@flamingbear.com>")
(interactive)
(dired (nrtsi-out-subdir "logs" )))


(defun sii-libs ()
"Jump to library locs."
(interactive)
Expand All @@ -124,7 +129,7 @@ Report bugs to: Matt Savoie <emacs@flamingbear.com>")
(defun sii-images ()
"Jump to the images directory."
(interactive)
(dired (nrtsi-proj-top-subdir "seaice_index/idl/images")))
(dired (nrtsi-out-subdir "images")))

(defun sii-extents ()
"Jump to the extent_ts_output directory."
Expand Down

0 comments on commit 9585acb

Please sign in to comment.