From eb658dffa6122f33f22f8ac5a859cfcbea520e8e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 2 Oct 2017 18:09:32 +0200 Subject: [PATCH] [Init] Fix typo --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 9604e7f..77b9bf4 100644 --- a/init.el +++ b/init.el @@ -447,7 +447,7 @@ _h_ _l_ _o_k _y_ank :commands (winner-mode winner-undo winner-redo)) (use-package abbrev - :commands (quitely-read-abbrev-file) + :commands (quietly-read-abbrev-file) :config (progn (setq-default abbrev-mode t) (setq save-abbrevs 'silently))