From ef625f040941b5e6028afcce9d196943f87bee63 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 19 Jun 2024 14:35:25 -0600 Subject: Add move comments, move modeline and dwm bar to top to match tabs --- .config/emacs/modules/bd--windows.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/emacs/modules/bd--windows.el') diff --git a/.config/emacs/modules/bd--windows.el b/.config/emacs/modules/bd--windows.el index d14e325..e48e7fa 100644 --- a/.config/emacs/modules/bd--windows.el +++ b/.config/emacs/modules/bd--windows.el @@ -1,4 +1,6 @@ -;; -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- +;;; Commentary: +;;; Code: ;;;; defaults @@ -103,7 +105,7 @@ Due to a bug with guix-packaged emacs, only uses true-transparency on wayland." emms-playlist-mode )) (popper-display-control 'nil) - (popper-mode-line '(:eval (propertize " P" 'face 'mode-line-emphasis))) + (popper-mode-line nil) (popper-group-function #'popper-group-by-project)) @@ -138,3 +140,4 @@ Due to a bug with guix-packaged emacs, only uses true-transparency on wayland." (provide 'bd--windows) +;;; bd-windows ends here -- cgit v1.2.3