diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0d22ad3..8eeb0ee 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -114,7 +114,7 @@ to be installed.") (when (equal system-type 'gnu/linux) (progn (load ".exwm") - (load "exwm-holy-firefox") + (load "exwm-holyK-firefox") (start-polybar))) (setq inhibit-startup-message nil) |