June 30th 2026 - Things I Worked On

Added syntax error highlighting

(unless (package-installed-p 'flycheck)
  (package-install 'flycheck))

(require 'flycheck)

;; Enable only in programming modes
(add-hook 'prog-mode-hook #'flycheck-mode)