Move smartparens config to +ui
This commit is contained in:
parent
6e2ec43437
commit
b1b1edbcaf
2
+ui.el
2
+ui.el
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue