This commit is contained in:
mokou 2020-11-21 20:15:03 +01:00
parent 19ae195638
commit 35abeb58fc
4 changed files with 13 additions and 8 deletions

View file

@ -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"

View file

@ -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

View file

@ -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)

View file

@ -10,3 +10,4 @@
(package! editorconfig)
(package! gruvbox-theme)
(package! org-pomodoro)
(package! base16-theme)