My personal emacs configuration

theme: naysayer

+14 -8
+14 -8
init.el
··· 76 76 ;; ░█░░░█░█░█░░░█░█░█░█░█▀▄░░░░█░░█▀█░█▀▀░█░█░█▀▀░▀▀█ 77 77 ;; ░▀▀▀░▀▀▀░▀▀▀░▀▀▀░▀▀▀░▀░▀░░░░▀░░▀░▀░▀▀▀░▀░▀░▀▀▀░▀▀▀ 78 78 ;; A recreation of Jonathan Blow's emacs theme. 79 - ;; (use-package naysayer-theme 80 - ;; :ensure t 81 - ;; :config (load-theme 'naysayer t)) 79 + (use-package naysayer-theme 80 + :ensure t 81 + :config (load-theme 'naysayer t)) 82 82 ;; 83 83 ;; EF-THEMES (https://protesilaos.com/emacs/ef-themes) 84 84 ;; (use-package ef-themes ··· 87 87 ;; (load-theme 'ef-duo-light t)) 88 88 ;; 89 89 ;; MODUS THEMES (https://protesilaos.com/emacs/modus-themes) 90 - (use-package modus-themes 91 - :ensure t 92 - :config 93 - (load-theme 'modus-operandi t)) 90 + ;; (use-package modus-themes 91 + ;; :ensure t 92 + ;; :config 93 + ;; (load-theme 'modus-operandi t)) 94 94 95 95 ;; ░█▀▀░█▀█░█░░░█▀█░▀█▀░█▀▄░█▀▀░░░░░█▄█░█▀█░█▀▄░█▀▀ 96 96 ;; ░▀▀█░█░█░█░░░█▀█░░█░░█▀▄░█▀▀░▄▄▄░█░█░█░█░█░█░█▀▀ ··· 322 322 ;; Your init file should contain only one such instance. 323 323 ;; If there is more than one, they won't work right. 324 324 '(package-selected-packages 325 - '(flycheck-yamllint just-mode indent-tools solaire-mode direnv neotree all-the-icons bazel bazel-mode naysayer-theme zig-mode zig-mod doom-modeline yasnippet yaml-mode use-package tree-sitter-langs telephone-line sexy-monochrome-theme rustic protobuf-mode projectile powerline modus-operandi-theme magit lua-mode lsp-mode gruvbox-theme go-mode git-gutter-fringe flymake-pest flymake-lua flycheck erlang dracula-theme doom-themes dockerfile-mode cyberpunk-theme cyberpunk-2019-theme cue-mode cql-mode company-terraform cargo auto-complete apparmor-mode apache-mode ansible))) 325 + '(all-the-icons apache-mode apparmor-mode bazel cargo cql-mode cue-mode direnv 326 + dockerfile-mode doom-modeline doom-themes erlang 327 + exec-path-from-shell flycheck-yamllint git-gutter-fringe 328 + go-mode indent-tools just-mode ligature magit modus-themes 329 + naysayer-theme neotree pkg-info protobuf-mode rustic 330 + solaire-mode terraform-mode tree-sitter-langs yaml-mode 331 + zig-mode))) 326 332 (custom-set-faces 327 333 ;; custom-set-faces was added by Custom. 328 334 ;; If you edit it by hand, you could mess it up, so be careful.