Skip to content

Commit c2caf62

Browse files
committed
update
1 parent 020cfba commit c2caf62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.config/spacemacs/.spacemacs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,12 @@ _p_rev _u_pper _=_: upper/lower _r_esolve
989989
;; (setq helm-follow-mode-persistent t) ;; automatically preview files but opens them as a buffer
990990
;; --- perspective ---
991991
(spacemacs/set-leader-keys "olk" 'spacemacs/helm-persp-kill)
992+
;; --- tramp/ssh ---
993+
;; --- make it a hydra to select which one to connect to
994+
(defun connect-factorio ()
995+
"Open a remote folder using TRAMP in Dired."
996+
(interactive)
997+
(dired "/ssh:monolith@192.168.4.129:/"))
992998
;; --- sops --
993999
;; https://github.com/djgoku/sops
9941000
(which-key-add-key-based-replacements "os" "+sops")

0 commit comments

Comments
 (0)