diff options
Diffstat (limited to 'emacs/init.el')
-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 |