Add module for misc programming stuff
This commit is contained in:
@@ -25,3 +25,4 @@
|
|||||||
(require 'thoom-lisp)
|
(require 'thoom-lisp)
|
||||||
(require 'thoom-nix)
|
(require 'thoom-nix)
|
||||||
(require 'thoom-git)
|
(require 'thoom-git)
|
||||||
|
(require 'thoom-prog)
|
||||||
|
|||||||
5
thoom-emacs/modules/thoom-prog.el
Normal file
5
thoom-emacs/modules/thoom-prog.el
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
(provide 'thoom-prog)
|
||||||
|
|
||||||
|
(use-package markdown-mode
|
||||||
|
:ensure t
|
||||||
|
:mode ("README\\.md\\'" . gfm-mode))
|
||||||
Reference in New Issue
Block a user