Minor, general refactor & comment updates
This commit is contained in:
parent
2c2030b583
commit
eef6ed3d11
4 changed files with 5 additions and 5 deletions
|
@ -168,8 +168,8 @@ extension, try to guess one."
|
|||
|
||||
;; Auto-close delimiters and blocks as you type
|
||||
(def-package! smartparens
|
||||
:hook (doom-init . smartparens-global-mode)
|
||||
:config
|
||||
(add-hook 'doom-init-hook #'smartparens-global-mode)
|
||||
(require 'smartparens-config)
|
||||
|
||||
(setq sp-autowrap-region nil ; let evil-surround handle this
|
||||
|
|
|
@ -704,7 +704,7 @@ compiled packages.'"
|
|||
if (file-exists-p path)
|
||||
collect path
|
||||
and do (delete-file path)
|
||||
and do (message "Deleted %s" (file-relative-name path)))
|
||||
and do (message "✓ Deleted %s" (file-relative-name path)))
|
||||
(message "Everything is clean"))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue