diff --git a/cnf/essentials.el b/cnf/essentials.el index 13defa6..0566191 100644 --- a/cnf/essentials.el +++ b/cnf/essentials.el @@ -5,7 +5,7 @@ ;; ORG-MODE: FIX so the correct org package is loaded (not the one shipped with emacs) ;; Has to be as early in the config as possible, so no other package can load the ;; incorrect org version beforehand -;; (straight-use-package 'org) +(straight-use-package 'org) ;; ASYNC: Asynchronous functionality (straight-use-package 'async) diff --git a/cnf/ui.el b/cnf/ui.el index a8add27..d7876c4 100644 --- a/cnf/ui.el +++ b/cnf/ui.el @@ -27,6 +27,7 @@ (add-hook 'prog-mode-hook 'display-fill-column-indicator-mode) ;; FONT SETUP +;; TODO: Configure your font (defvar phga/font "Jetbrains Mono") (defvar phga/font-size "19") (defvar phga/font-family (concat phga/font ":size=" phga/font-size))