dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit 35abeb58fc91c35eb744c3da458d429630a6a234
parent 19ae195638bb55743f75ba6c3d1baff2423e42ea
Author: mokou <mokou@posteo.de>
Date:   Sat, 21 Nov 2020 20:15:03 +0100

beep

Diffstat:
Mdot_config/fish/executable_config.fish | 1+
Mdot_doom.d/config.el | 8+++++---
Mdot_doom.d/init.el | 11++++++-----
Mdot_doom.d/packages.el | 1+
4 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish @@ -54,6 +54,7 @@ set -x XDG_CURRENT_DESKTOP Unity # General Aliases alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish" alias j "z" +alias c "cargo" alias emacsd "emacs --daemon" alias jo "zo" alias be "bundle exec" diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el @@ -1,6 +1,6 @@ ;;; ~/.doom.d/config.el -*- lexical-binding: t; -*- -(setq doom-theme 'doom-sourcerer) +(load-theme 'base16-chalk t) ;; Set to 2 spaces (setq default-tab-width 2) @@ -35,6 +35,9 @@ ;; Enable Mercurial support for git-gutter (setq git-gutter:handled-backends '(git hg)) +;; Load auth keys from .authinfo +(setq auth-sources '("~/.authinfo")) + ;; Enable editorconfig (editorconfig-mode 1) @@ -51,8 +54,7 @@ ;; use https://github.com/grobian/html2text (setq mu4e-html2text-command "html2text") -;; Switch to rust-analyzer -(setq rustic-lsp-server 'rust-analyzer) +(setq rustic-lsp-server 'rls) ;; Org configuration (after! org diff --git a/dot_doom.d/init.el b/dot_doom.d/init.el @@ -20,7 +20,7 @@ :ui ;;deft - doom + ;;doom ;;doom-dashboard ;;doom-quit ;;fill-column @@ -28,7 +28,7 @@ ;;hydra indent-guides ;;ligatures - minimap + ;;minimap modeline nav-flash ;;neotree @@ -36,7 +36,7 @@ (popup +defaults) ;;tabs ;;treemacs - unicode + ;;unicode vc-gutter vi-tilde-fringe window-select @@ -90,7 +90,8 @@ (lookup +docsets) lsp - magit + (magit + +forge) ;;make ;;pass ;;pdf @@ -168,7 +169,7 @@ yaml :email - (mu4e +gmail) + ;;(mu4e +gmail) ;;notmuch ;;(wanderlust +gmail) diff --git a/dot_doom.d/packages.el b/dot_doom.d/packages.el @@ -10,3 +10,4 @@ (package! editorconfig) (package! gruvbox-theme) (package! org-pomodoro) +(package! base16-theme)