summaryrefslogtreecommitdiffhomepage
path: root/attic
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-09-03 03:08:16 +0100
committerjao <jao@gnu.org>2023-09-03 03:08:16 +0100
commitce250dbb80622a17a44fa392d17c3b6b0c568ce7 (patch)
treeea789cdc4669e925188f8817582ba243b79b4d16 /attic
parent05ff465229236803da3dedf4857e745e8e6cd901 (diff)
downloadelibs-ce250dbb80622a17a44fa392d17c3b6b0c568ce7.tar.gz
elibs-ce250dbb80622a17a44fa392d17c3b6b0c568ce7.tar.bz2
unused packages
Diffstat (limited to 'attic')
-rw-r--r--attic/elisp/misc.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el
index b6a71cc..534c38a 100644
--- a/attic/elisp/misc.el
+++ b/attic/elisp/misc.el
@@ -767,6 +767,15 @@
(when (string= (ad-get-arg 0) "!$") (ad-set-arg 0 "!!:$")))
(ad-activate 'jao-eshell-history-reference)
(add-hook 'eshell-expand-input-functions #'eshell-expand-history-references)
+;;; enwc
+(use-package enwc
+ :ensure t
+ :custom ((enwc-default-backend 'nm)
+ (enwc-wired-device "wlp164s0")
+ (enwc-wireless-device "wlp164s0")
+ (enwc-display-mode-line nil)))
+
+
;;; snippets
(defun jao-sway-run-or-focus-tidal ()
(interactive)