Move doom|disable-show-paren-mode to autoload/ui
This commit is contained in:
parent
2387f56ba1
commit
2aa9252725
2 changed files with 5 additions and 4 deletions
|
@ -47,6 +47,11 @@ are open."
|
|||
(with-silent-modifications
|
||||
(ansi-color-apply-on-region compilation-filter-start (point))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom|disable-show-paren-mode ()
|
||||
"Turn off `show-paren-mode' buffer-locally."
|
||||
(setq-local show-paren-mode nil))
|
||||
|
||||
|
||||
;;
|
||||
;; Commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue