mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/*: fix path tags + tmux command autoloads
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
;;; extra/macos/autoload.el
|
;;; tools/macos/autoload.el
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +macos-open-with (&optional app-name path)
|
(defun +macos-open-with (&optional app-name path)
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
;;; extra/tmux/autoload/evil.el
|
;;; tools/tmux/autoload/evil.el
|
||||||
|
|
||||||
;;;###autoload (autoload '+tmux:run "extra/tmux/autoload/evil" nil t)
|
;;;###autoload (autoload '+tmux:run "tools/tmux/autoload/evil" nil t)
|
||||||
(evil-define-command +tmux:run (command bang)
|
(evil-define-command +tmux:run (command bang)
|
||||||
(interactive "<fsh><!>")
|
(interactive "<fsh><!>")
|
||||||
(+tmux/run command bang))
|
(+tmux/run command bang))
|
||||||
|
|
||||||
;;;###autoload (autoload '+tmux:cd-here "extra/tmux/autoload/evil" nil t)
|
;;;###autoload (autoload '+tmux:cd-here "tools/tmux/autoload/evil" nil t)
|
||||||
(evil-define-command +tmux:cd-here (bang)
|
(evil-define-command +tmux:cd-here (bang)
|
||||||
(interactive "<!>")
|
(interactive "<!>")
|
||||||
(if bang
|
(if bang
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
;;; extra/tmux/autoload/tmux.el
|
;;; tools/tmux/autoload/tmux.el
|
||||||
|
|
||||||
;; This library offers:
|
;; This library offers:
|
||||||
;; + A way of communicating with a tmux instance
|
;; + A way of communicating with a tmux instance
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
;;; extra/upload/autoload.el
|
;;; tools/upload/autoload.el
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +upload/local (&optional force-p)
|
(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
|
;; 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
|
;; `ssh-deploy-root-remote' to be defined there to tell Emacs where to upload
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; extra/upload/packages.el
|
;;; tools/upload/packages.el
|
||||||
|
|
||||||
(package! ssh-deploy)
|
(package! ssh-deploy)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user