Disable transient mark mode

This commit is contained in:
Oliver Payne 2023-08-13 21:57:36 +01:00
parent c13e7fde8c
commit bf0e004ae0
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
'(text-mode-hook
'(turn-on-flyspell turn-on-auto-fill text-mode-hook-identify))
'(tool-bar-mode nil)
'(transient-mark-mode nil)
'(use-package-compute-statistics t)
'(xref-show-definitions-function 'consult-xref)
'(xref-show-xrefs-function 'consult-xref))