diff --git a/.doom.d/init.el b/.doom.d/init.el index 392a404..1ee20db 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -49,7 +49,7 @@ 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 + zen ; distraction-free coding or writing :editor (evil +everywhere); come to the dark side, we have cookies @@ -66,7 +66,7 @@ ;;word-wrap ; soft wrapping with language-aware indent :emacs - dired ; making dired pretty [functional] + (dired +icons) ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent ibuffer ; interactive buffer management undo ; persistent, smarter undo for your inevitable mistakes @@ -80,7 +80,7 @@ :checkers syntax ; tasing you for every semicolon you forget - (spell +flyspell) ; tasing you for misspelling mispelling + (spell +aspell) ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make :tools @@ -146,7 +146,7 @@ ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - (org +org-bullets +org-ql) ; organize your plain life in plain text + (org +pretty) ; organize your plain life in plain text php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional @@ -170,24 +170,17 @@ :email mu4e - smtpmail ;;notmuch ;;(wanderlust +gmail) :app ;;calendar - ;;emms + emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize - ;;(rss +org) ; emacs as an RSS reader + rss ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought - :emms - emms-setup - emms-info - emms-cue - emms-mode-line - :config - ;;literate + literate (default +bindings +smartparens)) diff --git a/.doom.d/packages.el b/.doom.d/packages.el index 5b3b889..422a118 100644 --- a/.doom.d/packages.el +++ b/.doom.d/packages.el @@ -48,19 +48,13 @@ ;(unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) -(package! all-the-icons-dired) (package! flycheck-aspell) (package! async) (package! dired-open) (package! dmenu) -(package! elfeed) (package! elpher) -(package! emms) -(package! emojify) (package! evil-tutor) -(package! ivy-posframe) (package! mastodon) -(package! org-bullets) (package! org-ql) (package! peep-dired) (package! pianobar) @@ -68,4 +62,3 @@ (package! resize-window) (package! tldr) (package! wc-mode) -(package! writeroom-mode)