diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index 3b23a99..bff63a4 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -22,8 +22,8 @@ ;;deft ; notational velocity for Emacs doom ; what makes DOOM look the way it does doom-dashboard ; a nifty splash screen for Emacs - doom-quit ; DOOM quit-message prompts when you quit Emacs - ;;fill-column ; a `fill-column' indicator + ;;doom-quit ; DOOM quit-message prompts when you quit Emacs + fill-column ; a `fill-column' indicator hl-todo ; highlight TODO/FIXME/NOTE tags ;;indent-guides ; highlighted indent columns modeline ; snazzy, Atom-inspired modeline, plus API @@ -33,7 +33,7 @@ (popup ; tame sudden yet inevitable temporary windows +all ; catch all popups that start with an asterix +defaults) ; default popup rules - ;;pretty-code ; replace bits of code with pretty symbols + pretty-code ; replace bits of code with pretty symbols ;;tabbar ; FIXME an (incomplete) tab bar for Emacs treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages @@ -48,7 +48,7 @@ fold ; (nigh) universal code folding ;;(format +onsave) ; automated prettiness ;;lispy ; vim for lisp, for people who dont like vim - multiple-cursors ; editing in many places at once + ;;multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent ;;parinfer ; turn lisp into python, sort of rotate-text ; cycle region at point between text candidates @@ -56,8 +56,8 @@ :emacs (dired ; making dired pretty [functional] - ;;+ranger ; bringing the goodness of ranger to dired - ;;+icons ; colorful icons for dired-mode + +ranger ; bringing the goodness of ranger to dired + +icons ; colorful icons for dired-mode ) electric ; smarter, keyword-based electric-indent vc ; version-control and Emacs, sitting in a tree