fix: GNU-Savannah is back online
This commit is contained in:
parent
7f6860214e
commit
33f4657501
@ -5,7 +5,7 @@
|
|||||||
;; ORG-MODE: FIX so the correct org package is loaded (not the one shipped with emacs)
|
;; 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
|
;; Has to be as early in the config as possible, so no other package can load the
|
||||||
;; incorrect org version beforehand
|
;; incorrect org version beforehand
|
||||||
;; (straight-use-package 'org)
|
(straight-use-package 'org)
|
||||||
|
|
||||||
;; ASYNC: Asynchronous functionality
|
;; ASYNC: Asynchronous functionality
|
||||||
(straight-use-package 'async)
|
(straight-use-package 'async)
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
(add-hook 'prog-mode-hook 'display-fill-column-indicator-mode)
|
(add-hook 'prog-mode-hook 'display-fill-column-indicator-mode)
|
||||||
|
|
||||||
;; FONT SETUP
|
;; FONT SETUP
|
||||||
|
;; TODO: Configure your font
|
||||||
(defvar phga/font "Jetbrains Mono")
|
(defvar phga/font "Jetbrains Mono")
|
||||||
(defvar phga/font-size "19")
|
(defvar phga/font-size "19")
|
||||||
(defvar phga/font-family (concat phga/font ":size=" phga/font-size))
|
(defvar phga/font-family (concat phga/font ":size=" phga/font-size))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user