summaryrefslogtreecommitdiffhomepage
path: root/attic
diff options
context:
space:
mode:
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)