diff options
author | bd <bdunahu@gmail.com> | 2024-01-04 16:28:52 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-04 16:28:52 -0700 |
commit | 20e862efa49cf35cc204c2796ec50cfc7229e6fc (patch) | |
tree | 319787e5dfc885d89c5b8505e82745a5a81350ec /.config/emacs/bd-wm.el | |
parent | 5ebf5174caf1142091048fa92a42dadf44382048 (diff) |
Created essential file, which configures defaults emacs behavior.
Diffstat (limited to '.config/emacs/bd-wm.el')
-rw-r--r-- | .config/emacs/bd-wm.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/emacs/bd-wm.el b/.config/emacs/bd-wm.el index 06b20ed..ae45e7b 100644 --- a/.config/emacs/bd-wm.el +++ b/.config/emacs/bd-wm.el @@ -1,7 +1,5 @@ ;; -*- lexical-binding: t; -*- -(winner-mode 1) - (defun bd/exwm-update-class () "Changes the buffer name to reflect the class name for that buffer." |