Skip to content

Commit

Permalink
feat(tools): make emamux obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 17, 2024
1 parent 4b44953 commit 59776f3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
6 changes: 1 addition & 5 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:custom
(ssh-deploy-revision-folder (concat minemacs-cache-dir "ssh-deploy-revisions/")))


;; TRAMP integration for Incus containers
(use-package incus-tramp
:straight t
Expand All @@ -30,11 +31,6 @@
:bind (:map minemacs-open-thing-map ("a" . app-launcher-run-app)))


;; Manipulate "tmux" from Emacs
(use-package emamux
:straight t)


;; System-wide popup Emacs windows for quick edits
(use-package emacs-everywhere
:straight t)
Expand Down
18 changes: 18 additions & 0 deletions modules/obsolete/me-emamux.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
;;; me-emamux.el --- Description -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Abdelhak Bougouffa

;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")

;;; Commentary:

;;; Code:


;; Manipulate "tmux" from Emacs
(use-package emamux
:straight t)


(provide 'obsolete/me-emamux)
;;; me-emamux.el ends here

0 comments on commit 59776f3

Please sign in to comment.