Fixed the void value for fg42-font-size problem

This commit is contained in:
Sameer Rahmani 2020-03-16 17:51:59 +00:00
parent 6cd1f35a8c
commit 9c28be4b82
2 changed files with 8 additions and 4 deletions

View File

@ -10,6 +10,14 @@
(defvar fg42-before-open-todo-hook nil)
(defvar fg42-after-open-todo-hook nil)
;; Vars -----------------------------------------------------------------------
(defvar fg42-font "Fira Mono"
"The default font to be used with FG42.")
(defvar fg42-font-size 12
"The default font to be used with FG42.")
;; Functions -------------------------------------------------
(defun fg42-reload ()
"Reload the entire FG42."

View File

@ -7,10 +7,6 @@
(require 'fg42/vars)
(require 'fg42/utils/json)
;; Vars -----------------------------------------------------------------------
(defvar fg42-font "Fira Mono"
"The default font to be used with FG42.")
;;; Buffer helpers ------------------------------------------------------------
(defun buffer-mode (buffer-or-string)
"Return the major mode associated with a the given BUFFER-OR-STRING."