diff --git a/dot_config/doom/config.el b/dot_config/doom/config.el
index 6e5f4d2..c3496dc 100644
--- a/dot_config/doom/config.el
+++ b/dot_config/doom/config.el
@@ -7,9 +7,7 @@
 (add-to-list 'default-frame-alist '(fullscreen . maximized))
 
 (if (string-prefix-p "enoko" (system-name))
-    (progn
-      (pixel-scroll-precision-mode)
-      (setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 15 :weight 'semi-light)))
+    (setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 15 :weight 'semi-light))
   (setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 17 :weight 'semi-light)))
 
 ;; Load our cute color scheme
diff --git a/dot_config/doom/init.el b/dot_config/doom/init.el
index f971c8b..3de73dc 100644
--- a/dot_config/doom/init.el
+++ b/dot_config/doom/init.el
@@ -86,7 +86,7 @@
        ;;grammar           ; tasing grammar mistake every you make
 
        :tools
-       ;;ansible
+       ansible
        ;;biblio            ; Writes a PhD for you (citation needed)
        ;;collab            ; buffers with friends
        ;;debugger          ; FIXME stepping through code, to help you add bugs
@@ -173,7 +173,7 @@
        ;;swift             ; who asked for emoji variables?
        ;;terra             ; Earth and Moon in alignment for performance.
        (web +tree-sitter)               ; the tubes
-       ;;yaml              ; JSON, but readable
+       (yaml +tree-sitter)              ; JSON, but readable
        ;;zig               ; C, but simpler
 
        :email