mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
tools/*: fix path tags + tmux command autoloads
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;;; extra/upload/autoload.el
|
||||
;;; tools/upload/autoload.el
|
||||
|
||||
;;;###autoload
|
||||
(defun +upload/local (&optional force-p)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
;;; extra/upload/config.el
|
||||
;;; tools/upload/config.el
|
||||
|
||||
;; Uses `ssh-deploy'. Expects a .dir-locals.el file in your project and expects
|
||||
;; `ssh-deploy-root-remote' to be defined there to tell Emacs where to upload
|
||||
|
@@ -1,5 +1,5 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; extra/upload/packages.el
|
||||
;;; tools/upload/packages.el
|
||||
|
||||
(package! ssh-deploy)
|
||||
|
||||
|
Reference in New Issue
Block a user