diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-01-22 11:38:18 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-01-22 11:38:18 -0800 |
| commit | 07d436d70fe9cbfd45122ff3352fe3348f6145b1 (patch) | |
| tree | 3d63bc38e93e8179b5ccc163ebc04c2526584e47 /emacs/init.el | |
| parent | ref(packages): stop using straight.el (diff) | |
| download | emacs.d-07d436d70fe9cbfd45122ff3352fe3348f6145b1.tar.gz | |
ref(ui): use standard-theme
It's like the standard color scheme but better.
Change-Id: Ida8f5c3dc53708c1aa0284b70474d3d810334171
Diffstat (limited to '')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index 4b66932..8a1497d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -3,9 +3,6 @@ ;;; Code: -;;; default colors, but inverted. Doing this early to avoid flickering. -(invert-face 'default) - ;; store all the customizations into that file. if the file does not ;; exists, we create an empty file, and then we load it. (setq custom-file (expand-file-name "var/custom.el" user-emacs-directory)) |
