diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 69c0cf44..4c7fa0c3 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -4703,9 +4703,11 @@ Ensure all themes that I use are installed: (defvar-setq packages-appearance '(monokai-theme solarized-theme zenburn-theme base16-theme molokai-theme - tango-2-theme gotham-theme sublime-themes rainbow-delimiters waher-theme - ample-theme material-theme zerodark-theme color-theme-modern leuven-theme - spacemacs-theme gruvbox-theme forest-blue-theme flatland-theme afternoon-theme)) + tango-2-theme gotham-theme sublime-themes rainbow-delimiters + waher-theme ample-theme material-theme zerodark-theme + color-theme-modern leuven-theme spacemacs-theme gruvbox-theme + forest-blue-theme flatland-theme afternoon-theme + cyberpunk-theme)) (ensure-packages-installed packages-appearance) #+END_SRC