Add module for misc programming stuff

This commit is contained in:
2024-05-02 21:21:57 -07:00
parent 16c1832463
commit 078e475130
2 changed files with 6 additions and 0 deletions

View File

@@ -25,3 +25,4 @@
(require 'thoom-lisp)
(require 'thoom-nix)
(require 'thoom-git)
(require 'thoom-prog)

View File

@@ -0,0 +1,5 @@
(provide 'thoom-prog)
(use-package markdown-mode
:ensure t
:mode ("README\\.md\\'" . gfm-mode))