aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-06-24 17:46:25 -0700
committerGravatar Tom Willemse2026-08-26 23:04:25 -0700
commitfbb793e96b14b3127c4959d28a7b9d9db8a115c2 (patch)
tree93a80da4761bce48eb18994036394d130c908a45 /GNUmakefile
parent43536d7405bd64760f70a90c1afed7ab92df8b16 (diff)
downloadnew-dotfiles-fbb793e96b14b3127c4959d28a7b9d9db8a115c2.tar.gz
new-dotfiles-fbb793e96b14b3127c4959d28a7b9d9db8a115c2.zip
emacs: Add more modules
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5d7b856..c20a9f9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -201,6 +201,12 @@ _mbsetupuser/.emacs.d/init.el: \
emacs/.emacs.d/oni-flycheck.el \
emacs/.emacs.d/oni-dumb-jump.el \
emacs/.emacs.d/oni-grep.el \
+ emacs/.emacs.d/oni-display-fill-column-indicator.el \
+ emacs/.emacs.d/oni-sops.el \
+ emacs/.emacs.d/oni-treesit.el \
+ emacs/.emacs.d/oni-typescript.el \
+ emacs/.emacs.d/oni-wgrep.el \
+ emacs/.emacs.d/oni-yaml.el \
oni/home/config/pop-os/emacs.el
mkdir -p $$(dirname $@)
cat $^ > $@