diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-21 07:46:03 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-21 07:46:03 -0800 |
| commit | 4df7ea3ba30289ac7875b5b0a25d90b418f5b9fd (patch) | |
| tree | 5113a473daf78413c64b5cce15a182eedd0fab0a /emacs/custom/my-packages.el | |
| parent | fix(eshell): don't set the color for the prompt (diff) | |
| download | emacs.d-4df7ea3ba30289ac7875b5b0a25d90b418f5b9fd.tar.gz | |
ref(ui): switch back to simpler themes/fonts
I prefer the simplicity of Source Code Pro as a font, it's less fancy
but also more readable to me.
I also can't get used to variable pitch for org-mode, I still prefer a
monospace font.
Change-Id: If174c656309ee29fa80e1610571ff711ed9de6a3
Diffstat (limited to 'emacs/custom/my-packages.el')
| -rw-r--r-- | emacs/custom/my-packages.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el index 87d15d9..da5263b 100644 --- a/emacs/custom/my-packages.el +++ b/emacs/custom/my-packages.el @@ -7,9 +7,6 @@ (require 'straight) -;; packages related to themes -(straight-use-package 'ef-themes) - ;; packages needed for LSP (straight-use-package 'eglot) |
