aboutsummaryrefslogtreecommitdiff
path: root/modules/duet-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/duet-config.el')
-rw-r--r--modules/duet-config.el19
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/duet-config.el b/modules/duet-config.el
deleted file mode 100644
index 2dc7ad2e..00000000
--- a/modules/duet-config.el
+++ /dev/null
@@ -1,19 +0,0 @@
-;;; duet-config.el --- DUET dual-pane commander configuration -*- lexical-binding: t -*-
-
-;;; Commentary:
-;; Personal configuration glue for the DUET package, developed locally at
-;; ~/code/duet. Keybindings, defcustom values, and connection storage live
-;; here; the package itself stays free of personal opinions.
-;;
-;; Not yet required from init.el — DUET is a pre-alpha skeleton. Wire it in
-;; once Stage 1 provides usable commands.
-
-;;; Code:
-
-(use-package duet
- :load-path "~/code/duet"
- :ensure nil
- :commands (duet))
-
-(provide 'duet-config)
-;;; duet-config.el ends here