Remove redundant elisp code
This commit is contained in:
parent
f6e66c11e8
commit
21edcec1a4
@ -3,6 +3,7 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
- Install each program that has a folder at directory root i.e: fish, git, kitty terminal...
|
- 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.
|
- Install `GNU stow`: a symlink manager.
|
||||||
- `cd` into the dotfiles directory.
|
- `cd` into the dotfiles directory.
|
||||||
- Run `stow *` to symlink all the dotfiles to their respective place.
|
- Run `stow *` to symlink all the dotfiles to their respective place.
|
||||||
|
@ -22,8 +22,6 @@
|
|||||||
doom-unicode-font (font-spec :family "JuliaMono")
|
doom-unicode-font (font-spec :family "JuliaMono")
|
||||||
doom-serif-font (font-spec :family "IBM Plex Mono" :weight 'light))
|
doom-serif-font (font-spec :family "IBM Plex Mono" :weight 'light))
|
||||||
|
|
||||||
(setq doom-theme 'doom-nord)
|
|
||||||
|
|
||||||
(defun synchronize-theme ()
|
(defun synchronize-theme ()
|
||||||
(let* ((light-theme 'doom-nord-light)
|
(let* ((light-theme 'doom-nord-light)
|
||||||
(dark-theme 'doom-nord)
|
(dark-theme 'doom-nord)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user