fix(doom): some more fixes to make doom config 42-complient

This commit is contained in:
Khaïs COLIN 2024-11-03 20:09:46 +01:00
parent 4e4c794bb4
commit 8e6b0c1710
2 changed files with 5 additions and 0 deletions

View file

@ -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)

View file

@ -209,5 +209,6 @@ in {
programs.doom-emacs = {
enable = true;
doomDir = ./doom.d;
extraBinPackages = with pkgs; [ccls];
};
}