aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-04-21 16:59:01 -0400
committerBardofSprites <[email protected]>2026-04-21 16:59:01 -0400
commitb0e53ed4f2e88cb716265be43b4bb2e735e59be1 (patch)
treebb7a982d41fc5ee5d3a849696ed5427dc408cd34 /bard-elisp
parenta1beeeeac42fe96f75ee96047312dbbdf3fcb8df (diff)
ensure package, remove obsolete function calls
Diffstat (limited to 'bard-elisp')
-rw-r--r--bard-elisp/bard-theme.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el
index f006a18..ce491c2 100644
--- a/bard-elisp/bard-theme.el
+++ b/bard-elisp/bard-theme.el
@@ -38,11 +38,6 @@
:default-family "Monaco"
:variable-pitch-family "Monaco"
:fixed-pitch-family "Monaco")
- (bit
- :default-height 140
- :default-family "Ttyp0 OTB"
- :variable-pitch-family "Ttyp0 OTB"
- :fixed-pitch-family "Ttyp0 OTB")
(large
:inherit default
:default-height 160)
@@ -66,7 +61,6 @@
"Hook that runs after a new theme is loaded using `bard/select-theme`.")
(dolist (hook '(bard/after-theme-load-hook))
- (add-hook hook #'fontaine-apply-current-preset)
(add-hook hook #'logos-update-fringe-in-buffers))
(defun bard/select-theme (&optional theme)