small fixes

This commit is contained in:
Matt Nish-Lapidus 2025-03-12 11:54:28 -04:00
parent 57d47702cd
commit 57aba3bc4c
3 changed files with 16 additions and 8 deletions

View file

@ -269,3 +269,14 @@
(delete-selection-mode t) ; delete stuff!
(setq delete-active-region t) ; delete selected stuff!
(+global-word-wrap-mode +1) ; default to soft word wrap
(use-package! colorful-mode
;; :diminish
;; :ensure t ; Optional
:custom
(colorful-use-prefix t)
(colorful-only-strings 'only-prog)
(css-fontify-colors nil)
:config
(global-colorful-mode t)
(add-to-list 'global-colorful-modes 'helpful-mode))