From 020b75199e811ad3e180dd36bb0bfb65d333e3d4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 1 Mar 2021 12:12:20 -0600 Subject: Typos --- early-init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 36bacbe..dd09f16 100644 --- a/early-init.el +++ b/early-init.el @@ -53,11 +53,11 @@ (unless (daemonp) (defvar doom--initial-file-name-handler-alist file-name-handler-alist) (setq file-name-handler-alist nil) - (defun doom-reset-file-handler-alist-h () + (defun hook--reset-file-handler-alist () (dolist (handler file-name-handler-alist) (add-to-list 'doom--initial-file-name-handler-alist handler)) (setq file-name-handler-alist doom--initial-file-name-handler-alist)) - (add-hook 'emacs-startup-hook #'doom-reset-file-handler-alist-h)) + (add-hook 'emacs-startup-hook #'hook--reset-file-handler-alist)) ;; Where are we? (defconst acdw/system (pcase system-type @@ -112,7 +112,7 @@ :family "DejaVu Sans" :height 1.0)) (:work (set-face-attribute 'default nil - :familiy "Consolas" + :family "Consolas" :height 110) (set-face-attribute 'fixed-pitch nil :family "Consolas" -- cgit 1.4.1-21-gabe81