parent
28f14c4875
commit
9c735e1210
|
@ -105,8 +105,7 @@
|
||||||
;;(setq doom-themes-treemacs-theme "doom-atom") ; use "doom-colors" for less minimal icon theme
|
;;(setq doom-themes-treemacs-theme "doom-atom") ; use "doom-colors" for less minimal icon theme
|
||||||
;;(doom-themes-treemacs-config)
|
;;(doom-themes-treemacs-config)
|
||||||
;; Corrects (and improves) org-mode's native fontification.
|
;; Corrects (and improves) org-mode's native fontification.
|
||||||
;;(doom-themes-org-config)
|
;;(doom-themes-org-config))
|
||||||
)
|
|
||||||
|
|
||||||
;; better statusbar
|
;; better statusbar
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
|
|
|
@ -13,10 +13,7 @@ in
|
||||||
# bro
|
# bro
|
||||||
direnv
|
direnv
|
||||||
# oh my days
|
# oh my days
|
||||||
emacsWithPackagesFromUsePackage {
|
emacs
|
||||||
package = pkgs.emacs;
|
|
||||||
config = ../../../../config/emacs/init.el
|
|
||||||
};
|
|
||||||
];
|
];
|
||||||
home-manager.users.sako.home.file.".emacs.d" = {
|
home-manager.users.sako.home.file.".emacs.d" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue