diff --git a/layers/+distribution/spacemacs-base/funcs.el b/layers/+distribution/spacemacs-base/funcs.el index 52856f2c9..9f42bfeb0 100644 --- a/layers/+distribution/spacemacs-base/funcs.el +++ b/layers/+distribution/spacemacs-base/funcs.el @@ -176,10 +176,10 @@ the current state and point position." "Maximize buffer" (interactive) (if (and (= 1 (length (window-list))) - (assoc'_ register-alist)) - (jump-to-register '_) + (assoc ?_ register-alist)) + (jump-to-register ?_) (progn - (window-configuration-to-register '_) + (window-configuration-to-register ?_) (delete-other-windows)))) ;; A small minor mode to use a big fringe