tools/*: fix path tags + tmux command autoloads
This commit is contained in:
parent
91a15a991e
commit
fe3159dae9
6 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue