From f1db2f93ac701dc543402112e88945ad03364c9b Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 5 Nov 2023 08:48:33 -0500 Subject: add dired shortcut for res dir --- emacsconf.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index 9432aee..cdc6f10 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -149,9 +149,15 @@ (defun emacsconf-ftp-upload-dired () (interactive) (dired emacsconf-ftp-upload-dir "-tl")) + (defun emacsconf-upload-dired () (interactive) (dired emacsconf-upload-dir "-tl")) + +(defun emacsconf-res-upload-dired () + (interactive) + (dired (expand-file-name "upload" emacsconf-res-dir) "-tl")) + (defun emacsconf-backstage-dired () (interactive) (dired emacsconf-backstage-dir "-tl")) -- cgit v1.2.3