Reduce size of the popup terminal
This commit is contained in:
parent
193dce0fa5
commit
f46b5043a2
4
+ui.el
4
+ui.el
|
@ -28,8 +28,8 @@
|
||||||
;; Eliminate gaps between windows
|
;; Eliminate gaps between windows
|
||||||
(after! frame
|
(after! frame
|
||||||
(remove-hook 'doom-init-ui-hook #'window-divider-mode))
|
(remove-hook 'doom-init-ui-hook #'window-divider-mode))
|
||||||
;; Shrink terminal buffer
|
;; Reduce size of the popup terminal
|
||||||
(set-popup-rule! "^\\*vterm" :size 0.1 :vslot -4 :select t :quit nil :ttl 0)
|
(set-popup-rule! "*doom:vterm-popup:*" :size 0.25 :vslot -4 :select t :quit nil :ttl 0)
|
||||||
;; Show matching parenthesis on the minibuffer
|
;; Show matching parenthesis on the minibuffer
|
||||||
(after! smartparens (show-smartparens-global-mode t))
|
(after! smartparens (show-smartparens-global-mode t))
|
||||||
;; Modify the splash screen actions
|
;; Modify the splash screen actions
|
||||||
|
|
Loading…
Reference in New Issue