From ed23a3e905ed49b0d77245656610c4906c08d816 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 22 Oct 2020 07:40:01 -0400 Subject: change doom config --- emacs/.doom.d/config.el | 4 ++-- zsh/.zshrc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 9503a5a..78be1df 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -19,12 +19,12 @@ ;; ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; font string. You generally only need these two: -(setq doom-font (font-spec :family "monospace" :size 14)) +(setq doom-font (font-spec :family "iosevka" :size 14)) ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-nord) +(setq doom-theme 'doom-dark+) ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! diff --git a/zsh/.zshrc b/zsh/.zshrc index b079d37..f2f9673 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -33,6 +33,7 @@ setopt autocd alias ls="ls --color" +alias e="emacsclient -n" (( $+commands[exa] )) && alias ls="exa" (( $+commands[bat] )) && alias cat="bat" # if (( $+commands[most] )); then -- cgit v1.2.3