fix(doom): some more fixes to make doom config 42-complient
This commit is contained in:
parent
4e4c794bb4
commit
8e6b0c1710
2 changed files with 5 additions and 0 deletions
|
|
@ -76,3 +76,7 @@
|
|||
;; they are implemented.
|
||||
|
||||
(setq doom-font "Victor Mono NerdFont")
|
||||
|
||||
(setq-default indent-tabs-mode t)
|
||||
|
||||
(map! :map c-mode-map :i "<tab>" #'indent-for-tab-command)
|
||||
|
|
|
|||
1
home.nix
1
home.nix
|
|
@ -209,5 +209,6 @@ in {
|
|||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomDir = ./doom.d;
|
||||
extraBinPackages = with pkgs; [ccls];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue