From 21edcec1a470c4cf9ba0c1ee0c36ef09a10c1bdf Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Sat, 9 Oct 2021 11:48:16 -0400 Subject: [PATCH] Remove redundant elisp code --- README.md | 1 + doom-emacs/.doom.d/config.el | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e4a7fe..2d7071f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Installation - Install each program that has a folder at directory root i.e: fish, git, kitty terminal... +- Clone the repo. - Install `GNU stow`: a symlink manager. - `cd` into the dotfiles directory. - Run `stow *` to symlink all the dotfiles to their respective place. diff --git a/doom-emacs/.doom.d/config.el b/doom-emacs/.doom.d/config.el index 0dd4e79..d167bbf 100644 --- a/doom-emacs/.doom.d/config.el +++ b/doom-emacs/.doom.d/config.el @@ -22,8 +22,6 @@ doom-unicode-font (font-spec :family "JuliaMono") doom-serif-font (font-spec :family "IBM Plex Mono" :weight 'light)) -(setq doom-theme 'doom-nord) - (defun synchronize-theme () (let* ((light-theme 'doom-nord-light) (dark-theme 'doom-nord)