commit 307f811f8fb47bc48833aadeb02de142d68946bb from: Omar Polo date: Mon Feb 19 10:23:00 2024 UTC emacs: disable font locking on suzaku commit - de9d2b5112d4400206f23d2eedf7616e379864eb commit + 307f811f8fb47bc48833aadeb02de142d68946bb blob - c51300ce27828cfd4ad0004885f1378c943b5b2f blob + f6fec4dbfdced0f331adbd5e2a5665b48f6daccf --- emacs/early-init.el.lp +++ emacs/early-init.el.lp @@ -24,13 +24,17 @@ disabled until I find a way to make it look decently o and just a reminder for myself, these are some wip settings for modus vivendi in case I want to play with it again in the future: - ;; (setq modus-themes-mode-line '(accented borderless)) ;; (setq modus-themes-region '(accented bg-only)) ;; (setq modus-themes-completions '((matches . (underline light)) ;; (selection . (underline light)) ;; (popup . (accented)))) +On some machines, I don't want highlighting at all + + (if (string= (system-name) "suzaku.omarpolo.com") + (global-font-lock-mode -1)) + Also, $CDPATH works strange in eshell so disable it: (setenv "CDPATH" nil)