Turn on subword-mode globally

This commit is contained in:
TEC 2023-08-30 18:31:20 +08:00
parent b398981506
commit cf27e7db03
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 0 deletions

View File

@ -1367,6 +1367,7 @@ changes Doom makes:
display-time-default-load-average nil) ; I don't think I've ever found this useful
(display-time-mode 1) ; Enable time in the mode-line
(global-subword-mode 1) ; Iterate through CamelCase words
(unless (string-match-p "^Power N/A" (battery)) ; On laptops...
(display-battery-mode 1)) ; it's nice to know how much power you have