diff options
| author | noa | 2025-01-10 16:36:32 +0800 | 
|---|---|---|
| committer | noa | 2025-01-10 16:36:32 +0800 | 
| commit | f83e9e1146c5a73d24e917ebad62b0f25a7b9d57 (patch) | |
| tree | a5f358f8535182a569ce918574a509b69fc251e0 /emacs | |
| parent | e2a54314cb73719fafe82e8727198026d626fb9b (diff) | |
Remove specific variable pitch transient config
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 8 | 
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  | 
