switch-to-unstable-os #3
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
ophints ; highlight the region an operation acts on
|
ophints ; highlight the region an operation acts on
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
;; tabs ; a tab bar for Emacs
|
;; 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
|
;;unicode ; extended unicode support for various languages
|
||||||
(vc-gutter
|
(vc-gutter
|
||||||
+diff-hl
|
+diff-hl
|
||||||
|
|
|
@ -8,7 +8,7 @@ let
|
||||||
doomemacsSrc = builtins.fetchGit {
|
doomemacsSrc = builtins.fetchGit {
|
||||||
url = "https://github.com/doomemacs/doomemacs";
|
url = "https://github.com/doomemacs/doomemacs";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
rev = "98d753e1036f76551ccaa61f5c810782cda3b48a";
|
rev = "bea81278fd2ecb65db6a63dbcd6db2f52921ee41";
|
||||||
};
|
};
|
||||||
neofetchThemesSrc = builtins.fetchGit {
|
neofetchThemesSrc = builtins.fetchGit {
|
||||||
url = "https://github.com/Chick2D/neofetch-themes";
|
url = "https://github.com/Chick2D/neofetch-themes";
|
||||||
|
|
Loading…
Add table
Reference in a new issue