diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-09 11:03:32 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-09 11:03:32 -0700 |
| commit | c51d30cb69b92db1bb0c69d5f85f659a61b715bb (patch) | |
| tree | e64adbf7ce7c4be69bfe0f66b0c52ead27f4d77f /users/programs | |
| parent | add the SSH key for the remote builder (diff) | |
| download | infra-c51d30cb69b92db1bb0c69d5f85f659a61b715bb.tar.gz | |
change emacs theme and simplify whitespace configuration
Diffstat (limited to '')
| -rw-r--r-- | users/programs/emacs/site-lisp/init-ui.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/users/programs/emacs/site-lisp/init-ui.el b/users/programs/emacs/site-lisp/init-ui.el index 51ec598..ea1cb5a 100644 --- a/users/programs/emacs/site-lisp/init-ui.el +++ b/users/programs/emacs/site-lisp/init-ui.el @@ -11,10 +11,7 @@ (global-whitespace-mode t) :custom (whitespace-style '(face - tabs - tab-mark - trailing - missing-newline-at-eof))) + trailing missing-newline-at-eof))) (use-package fringe :custom (fringe-mode '(8 . 0))) @@ -44,7 +41,7 @@ (modus-themes-region '()) :init - (load-theme 'modus-operandi-tinted t)) + (load-theme 'modus-operandi-deuteranopia t)) (provide 'init-ui) ;;; init-ui.el ends here |
