Reduce size of popup terminal
This commit is contained in:
parent
e5785374f2
commit
68b3990299
2
+ui.el
2
+ui.el
|
@ -29,7 +29,7 @@
|
|||
(after! frame
|
||||
(remove-hook 'doom-init-ui-hook #'window-divider-mode))
|
||||
;; Shrink terminal buffer
|
||||
(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
|
||||
(after! smartparens (show-smartparens-global-mode t))
|
||||
;; Modify the splash screen actions
|
||||
|
|
Loading…
Reference in New Issue