oooh
This commit is contained in:
parent
5d65d42345
commit
57467ba119
2 changed files with 6 additions and 2 deletions
|
@ -105,7 +105,8 @@
|
|||
;;(setq doom-themes-treemacs-theme "doom-atom") ; use "doom-colors" for less minimal icon theme
|
||||
;;(doom-themes-treemacs-config)
|
||||
;; Corrects (and improves) org-mode's native fontification.
|
||||
;;(doom-themes-org-config))
|
||||
;;(doom-themes-org-config)
|
||||
)
|
||||
|
||||
;; better statusbar
|
||||
(use-package doom-modeline
|
||||
|
|
|
@ -13,7 +13,10 @@ in
|
|||
# bro
|
||||
direnv
|
||||
# oh my days
|
||||
emacs
|
||||
emacsWithPackagesFromUsePackage {
|
||||
package = pkgs.emacs;
|
||||
config = ../../../../config/emacs/init.el
|
||||
};
|
||||
];
|
||||
home-manager.users.sako.home.file.".emacs.d" = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue