diff options
author | bd <bdunahu@operationnull.com> | 2025-01-24 18:19:02 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-01-24 18:19:02 -0500 |
commit | e44a0213f2f2ad0f9e8328e4681256eba6757833 (patch) | |
tree | ff6ecbcfe0212e9fafad7e250fc08f929eac1730 /.config/emacs | |
parent | 1aecf1bfcb5b135607732b20be58887b7fc9a5e8 (diff) |
Remove pdf.scm for a standard config file
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/gnus.el | 2 | ||||
-rw-r--r-- | .config/emacs/init.el | 1 | ||||
-rw-r--r-- | .config/emacs/modules/bd--tabs.el | 24 |
3 files changed, 13 insertions, 14 deletions
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) |