diff --git a/home/jonas/doom.nix b/home/jonas/doom.nix index fdd667c..7eabfa5 100644 --- a/home/jonas/doom.nix +++ b/home/jonas/doom.nix @@ -10,6 +10,7 @@ editorconfig-core-c emacs-all-the-icons-fonts fd + git gnutls imagemagick mlocate @@ -32,7 +33,7 @@ ''; }; doom-setup = pkgs.writeShellScript "doom-setup" '' - export PATH="${lib.makeBinPath doom-path-pkgs}" + export PATH="$PATH:${lib.makeBinPath doom-path-pkgs}" export EMACS="${wrapped-emacs}/bin/emacs" export DOOMDIR="${config.home.sessionVariables.DOOMDIR}" export DOOMLOCALDIR="${config.home.sessionVariables.DOOMLOCALDIR}" diff --git a/home/jonas/static/doom-config/init.el b/home/jonas/static/doom-config/init.el index c2550a7..8589e0a 100644 --- a/home/jonas/static/doom-config/init.el +++ b/home/jonas/static/doom-config/init.el @@ -37,7 +37,7 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns - ;;ligatures ; ligatures and symbols to make your code pretty again + ligatures ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions @@ -45,7 +45,7 @@ ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows ;;tabs ; a tab bar for Emacs - ;;treemacs ; a project drawer, like neotree but cooler + treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages (vc-gutter +pretty) ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB