Too much stuff

This commit is contained in:
Andrea Ciceri 2022-10-29 12:02:40 +02:00
parent ad4810b7db
commit 13ad21f74c
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 234 additions and 53 deletions

View file

@ -75,9 +75,6 @@
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
(use-package! dirvish
:config (dirvish-override-dired-mode))
(setenv "SSH_AUTH_SOCK" "/run/user/1000/gnupg/S.gpg-agent.ssh")
(set-formatter! 'nix-flake "nixFormat 2>/dev/null" :modes '(nix-mode))
@ -90,4 +87,9 @@
(setq org-roam-directory (file-truename "~/roam"))
(org-roam-db-autosync-mode)
(setq +tree-sitter-hl-enabled-modes t)
(setq doom-font (font-spec :family "Fira Code" :size 16)
doom-variable-pitch-font (font-spec :family "Fira Code")
doom-big-font-increment 1)
(dotimes (workspace-number 10)
(define-key vterm-mode-map (kbd (format "M-%d" workspace-number)) nil))

0
doom.d/modules/.gitkeep Normal file
View file