First emacs configuration

Also includes colorscheme changes
This commit is contained in:
Charlotte Van Petegem 2021-03-09 00:47:31 +01:00
parent 3ac380fd61
commit 912d84d889
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 218 additions and 74 deletions

View file

@ -295,15 +295,15 @@ in
set send_charset="utf-8"
set print_command = "${pkgs.wl-clipboard}/bin/wl-copy"
color normal white default
color error red default
color status black blue
color indicator black blue
color normal black white
color error red white
color status white blue
color indicator white blue
color quoted yellow default
color header blue default "^(Subject)"
color header brightblue default "^(From)"
color index black red "~D" # deleted messages
color attachment green default
color header blue white "^(Subject)"
color header brightblue white "^(From)"
color index white red "~D" # deleted messages
color attachment green white
'';
macros = [
{