summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 9829acb..32255ed 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -80,10 +80,10 @@
(defvar emacsconf-backstage-dir "/ssh:media:/var/www/media.emacsconf.org/2022/backstage")
(defvar emacsconf-upload-dir "/ssh:media:/srv/upload")
-(defun emacsconf-upload-open-dir ()
+(defun emacsconf-upload-dired ()
(interactive)
(dired emacsconf-upload-dir "-tl"))
-(defun emacsconf-backstage-open-dir ()
+(defun emacsconf-backstage-dired ()
(interactive)
(dired emacsconf-backstage-dir "-tl"))
(defun emacsconf-slugify (s)