diff options
author | Thanos Apollo <[email protected]> | 2023-02-02 05:48:16 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-02 05:48:16 +0200 |
commit | bcbb862b1cb8f9f7bca67a7703d890d77172cc9d (patch) | |
tree | 43f21e0d081b17d69f7b60ce75358d97c77b5b77 | |
parent | 4c274525be38731c52c02dc7f6c7ec9fa8612a50 (diff) |
init: Fix typo
-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) |