From e97d64f430e8ac4a65d6aa779b82db4f68753b52 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 16 Jul 2020 00:04:40 +0200 Subject: [PATCH] fix theme and update init.el --- emacs/.doom.d/config.el | 2 +- emacs/.doom.d/init.el | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 8559851..86cd7a0 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -3,7 +3,7 @@ ;; Place your private configuration here (setq doom-font (font-spec :family "Fira Code" :size 18)) -(color-theme-sanityinc-tomorrow-eighties) +(setq doom-theme 'sanityinc-tomorrow-eighties) (setq user-full-name "Thomas Ruoff") (setq user-mail-address "thomasruoff@gmail.com") diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index edd36e7..6fde201 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -42,12 +42,14 @@ vi-tilde-fringe ; fringe tildes to mark beyond EOB ;;window-select ; visually switch windows workspaces ; tab emulation, persistence & separate workspaces + ;;zen ; distraction-free coding or writing :editor (evil +everywhere); come to the dark side, we have cookies file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding (format +onsave) ; automated prettiness + ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who dont like vim ;;multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent @@ -59,6 +61,8 @@ :emacs (dired) ; making dired pretty [functional] ;;electric ; smarter, keyword-based electric-indent + ;;ibuffer ; interactive buffer management + undo ; persistent, smarter undo for your inevitable mistakes vc ; version-control and Emacs, sitting in a tree :term @@ -70,7 +74,7 @@ :checkers syntax ; tasing you for every semicolon you forget spell ; tasing you for misspelling mispelling - ;;grammer + grammar ; tasing grammar mistake every you make :tools ;;ansible @@ -98,7 +102,6 @@ ;;terraform ; infrastructure as code ;;tmux ; an API for interacting with tmux ;;upload ; map local to remote projects via ssh/ftp - ;;wakatime :lang ;;agda ; types of types of types of types... @@ -114,12 +117,14 @@ ;;elixir ; erlang done right ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses + ;;erlang ; an elegant language for a more civilized age ;;ess ; emacs speaks statistics ;;fsharp ; ML stands for Microsoft's Language ;;go ; the hipster dialect ;;(haskell +intero) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; + json ; At least it ain't XML ;;(java +meghanada) ; the poster child for carpal tunnel syndrome (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB @@ -155,7 +160,7 @@ ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. web ; the tubes - ;;vala ; GObjective-C + yaml ; JSON, but readable :email ;;(mu4e +gmail) ; WIP @@ -170,9 +175,6 @@ ;;irc ; how neckbeards socialize ;;(rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought - ;;(write ; emacs for writers (fiction, notes, papers, etc.) - ;; +wordnut ; wordnet (wn) search - ;; +langtool) ; a proofreader (grammar/style check) for Emacs :config ;; For literate config users. This will tangle+compile a config.org