Move smartparens config to +ui

This commit is contained in:
coolneng 2022-09-11 22:53:50 +02:00
parent 6e2ec43437
commit b1b1edbcaf
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 2 deletions

2
+ui.el
View File

@ -38,3 +38,5 @@
(setq lsp-headerline-breadcrumb-enable nil))
;; Shrink terminal buffer
(set-popup-rule! "^\\*vterm" :size 0.1 :vslot -4 :select t :quit nil :ttl 0)
;; Show matching parenthesis on the minibuffer
(after! smartparens (show-smartparens-global-mode t))

View File

@ -45,8 +45,6 @@
(message "No Compilation Errors!")))))
;; Map leader key for major mode to ,
(setq doom-localleader-key ",")
;; Show matching parenthesis on the minibuffer
(after! smartparens (show-smartparens-global-mode t))
;; Disable company mode in Nix
(setq-hook! 'nix-mode-hook company-idle-delay nil)
;; Trigger flycheck after save