# HG changeset patch # User Sevan Janiyan # Date 1680303839 -3600 # Sat Apr 01 00:03:59 2023 +0100 # Node ID 286372d91a7eaefcd7882f76db8b0a15684da1ca # Parent 66e1770168688d7fb20f2407da344cdb9da9e8bc emacs.d/init.el: Add missing close parens diff --git a/emacs.d/init.el b/emacs.d/init.el --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -33,4 +33,4 @@ ;; Windmove ;; https://www.emacswiki.org/emacs/WindMove (when (fboundp 'windmove-default-keybindings) - (windmove-default-keybindings) + (windmove-default-keybindings))