From e44a0213f2f2ad0f9e8328e4681256eba6757833 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 24 Jan 2025 18:19:02 -0500 Subject: Remove pdf.scm for a standard config file --- .config/emacs/gnus.el | 2 +- .config/emacs/init.el | 1 - .config/emacs/modules/bd--tabs.el | 24 ++++++++++++------------ 3 files changed, 13 insertions(+), 14 deletions(-) (limited to '.config/emacs') diff --git a/.config/emacs/gnus.el b/.config/emacs/gnus.el index 0e3ad6e..9f6b3f6 100644 --- a/.config/emacs/gnus.el +++ b/.config/emacs/gnus.el @@ -47,7 +47,7 @@ (setopt message-from-style 'angles mml-secure-openpgp-encrypt-to-self t - mml-secure-openpgp-sign-with-sender t) + mml-secure-openpgp-sign-with-sender t) (add-hook 'gnus-message-setup-hook 'mml-secure-message-sign-pgpmime) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 6215b21..0dd79c5 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -106,7 +106,6 @@ (require 'bd--devel) (require 'bd--org) (require 'bd--notes) -(require 'bd--emms) (require 'bd--modeline) (require 'bd--themes) (require 'bd--exwm) diff --git a/.config/emacs/modules/bd--tabs.el b/.config/emacs/modules/bd--tabs.el index 3c6b53a..abc7325 100644 --- a/.config/emacs/modules/bd--tabs.el +++ b/.config/emacs/modules/bd--tabs.el @@ -9,7 +9,7 @@ (display-time) :config (setopt display-time-format " [%m/%d %H:%M] " - display-time-default-load-average nil)) + display-time-default-load-average nil)) (use-package battery :demand t @@ -35,20 +35,20 @@ (tab-bar-mode) (tab-bar-history-mode) (setopt tab-bar-tab-name-function #'bd/tab-bar-name-function - tab-bar-show t + tab-bar-show t - tab-bar-select-restore-windows nil + tab-bar-select-restore-windows nil - ;; remove useless gui elements - tab-bar-format - '(tab-bar-format-tabs - tab-bar-format-align-right - tab-bar-format-global) - tab-bar-close-button-show nil - tab-bar-auto-width-max nil + ;; remove useless gui elements + tab-bar-format + '(tab-bar-format-tabs + tab-bar-format-align-right + tab-bar-format-global) + tab-bar-close-button-show nil + tab-bar-auto-width-max nil - ;; add useless text elements - tab-bar-tab-hints nil)) + ;; add useless text elements + tab-bar-tab-hints nil)) (provide 'bd--tabs) -- cgit v1.2.3