summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2025-01-10 16:36:32 +0800
committernoa2025-01-10 16:36:32 +0800
commitf83e9e1146c5a73d24e917ebad62b0f25a7b9d57 (patch)
treea5f358f8535182a569ce918574a509b69fc251e0
parente2a54314cb73719fafe82e8727198026d626fb9b (diff)
Remove specific variable pitch transient config
-rw-r--r--emacs/init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ce5e832..aea61c3 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -119,14 +119,6 @@
(display-buffer-in-side-window)
(side . bottom))))
-
-
-(use-package transient
- :defer t
- :custom
- ;; Ensure that transients look nice with a variable pitch font.
- (transient-align-variable-pitch t))
-
;; Squeeze text into a more legible sliver.
(use-package visual-fill-column
:ensure t