commit cbf9a6a161c75a7e64852246fc17be47ea89bf84 from: Omar Polo date: Tue Jun 21 15:50:59 2022 UTC add a (commented) note about some settings for modus-operandi commit - ee08e1504507663f58963b2819d0cb064d123678 commit + cbf9a6a161c75a7e64852246fc17be47ea89bf84 blob - 5ed8cada54bb17c7e198da14521f1a72b69f82b0 blob + 6fcb9eb0e5defa4ae8037c4a500ab965476fa278 --- emacs/early-init.el.lp +++ emacs/early-init.el.lp @@ -20,8 +20,17 @@ theme (minimal-light, a fork of the original), but I'm modus now (load-theme 'minimal t) - ;; (load-theme 'modus-operandi) +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)))) + Also, $CDPATH works strange in eshell so disable it: (setenv "CDPATH" nil)