Update & tweak doomemacs

This commit is contained in:
Tristan D. 2024-03-06 10:30:03 +01:00
parent cfeeb7f4e3
commit 379ea7ea69
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY
2 changed files with 2 additions and 2 deletions

View file

@ -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 +lsp) ; a project drawer, like neotree but cooler
;;unicode ; extended unicode support for various languages
(vc-gutter
+diff-hl

View file

@ -8,7 +8,7 @@ let
doomemacsSrc = builtins.fetchGit {
url = "https://github.com/doomemacs/doomemacs";
ref = "master";
rev = "98d753e1036f76551ccaa61f5c810782cda3b48a";
rev = "bea81278fd2ecb65db6a63dbcd6db2f52921ee41";
};
neofetchThemesSrc = builtins.fetchGit {
url = "https://github.com/Chick2D/neofetch-themes";