summaryrefslogtreecommitdiff
path: root/emacs/site-lisp/single-header.el
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-11-20 08:35:32 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-11-20 08:35:32 -0800
commit63788b493e6d4ee22ad66f60052c0025e2bba6bd (patch)
tree41fe1a0bed927dc4e2575ef2da967a3339dd40c6 /emacs/site-lisp/single-header.el
parent39e3fc297d61654b8f49f4e28ec46fad040891d0 (diff)
emacs+fbterm
Diffstat (limited to 'emacs/site-lisp/single-header.el')
-rwxr-xr-xemacs/site-lisp/single-header.el9
1 files changed, 1 insertions, 8 deletions
diff --git a/emacs/site-lisp/single-header.el b/emacs/site-lisp/single-header.el
index 851d4d5..c5cab2b 100755
--- a/emacs/site-lisp/single-header.el
+++ b/emacs/site-lisp/single-header.el
@@ -1,6 +1,6 @@
;; single-header --- Display a topline inside each frame with global info -*- lexical-binding: t; -*-
-;; Author: Thomas Ulmer <tccq@proton.me>
+;; Author: Thomas Ulmer
;; Package-Requires: ((ednc) (battery) (s) (dash))
;; Package-Version 1.0
@@ -14,11 +14,6 @@
;;; Code:
-;; not toggled with the mode to prevent user from having to restart
-;; applications producing notifs.
-(when (equal window-system 'x)
- (ednc-mode 1))
-
;; testing
;; (require 'notifications)
;; (notifications-notify :title "2st test" :body "hello, world" :app-name "EDNC"
@@ -244,8 +239,6 @@ arg, dismiss all the notifications."
(set-frame-parameter f 'single-header-win nil))
(frame-list)))
-
-
(define-minor-mode single-header-mode
"Global minor mode to enable a single info line at the top of each frame."
:group 'single-header