fix: GNU-Savannah is back online

This commit is contained in:
phga 2025-04-26 23:52:10 +02:00
parent 7f6860214e
commit 33f4657501
Signed by: phga
GPG Key ID: 5249548AA705F019
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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))