From 6bc4a7849ded62cb1dd8abc06de10dea84de8352 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 27 Nov 2020 17:14:16 -0500 Subject: [PATCH] Updated and cleared doom modules. --- emacs/init.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 8aa6485..c469f6f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -35,9 +35,10 @@ doom ; what makes DOOM look the way it does doom-dashboard ; a nifty splash screen for Emaclints doom-quit ; DOOM quit-message prompts when you quit Emacs + ;;(emoji +unicode) ; 🙂 fill-column ; a `fill-column' indicator hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW - hydra + ;;hydra ;;indent-guides ; highlighted indent columns (ligatures ; replace bits of code with pretty symbols (:if IS-MAC +hasklig) ; Firacode doesn't work on OSX. Fallback to hasklig. @@ -51,12 +52,12 @@ (popup ; tame sudden yet inevitable temporary windows +all ; catch all popups that start with an asterix +defaults) ; default popup rules - tabs ; an tab bar for Emacs + ;;tabs ; an tab bar for Emacs treemacs ; a project drawer, like neotree but cooler unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB - ;;window-select ; visually switch windows + window-select ; visually switch windows workspaces ; tab emulation, persistence & separate workspaces ;;zen ; distraction-free coding or writing @@ -67,7 +68,7 @@ (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't 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 @@ -155,7 +156,7 @@ ;;factor ;;ledger ; an accounting system in Emacs ;;lua ; one-based indices? one-based indices - (markdown +grip) ; writing docs for people to ignore + markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel