oooh
This commit is contained in:
parent
5d65d42345
commit
57467ba119
|
@ -105,7 +105,8 @@
|
||||||
;;(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,7 +13,10 @@ in
|
||||||
# bro
|
# bro
|
||||||
direnv
|
direnv
|
||||||
# oh my days
|
# oh my days
|
||||||
emacs
|
emacsWithPackagesFromUsePackage {
|
||||||
|
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