aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-09 11:03:32 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-09 11:03:32 -0700
commitc51d30cb69b92db1bb0c69d5f85f659a61b715bb (patch)
treee64adbf7ce7c4be69bfe0f66b0c52ead27f4d77f
parentadd the SSH key for the remote builder (diff)
downloadinfra-c51d30cb69b92db1bb0c69d5f85f659a61b715bb.tar.gz
change emacs theme and simplify whitespace configuration
Diffstat (limited to '')
-rw-r--r--users/programs/emacs/site-lisp/init-ui.el7
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