diff options
author | bd <bdunahu@operationnull.com> | 2024-06-02 17:58:51 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-02 17:58:51 -0600 |
commit | 6e5f91b013bb7f245be43907b10906fbdabee41d (patch) | |
tree | 83c455c97a52d907fcc19729db2c868fcda6c09c /.config/emacs/modules/bd--windows.el | |
parent | ed3387a423678cc7ec6d0e8f13eb7ab84a6621de (diff) |
Tweaks to shackle, temp remove REPLs from paredit, more emacs tweaks
Diffstat (limited to '.config/emacs/modules/bd--windows.el')
-rw-r--r-- | .config/emacs/modules/bd--windows.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--windows.el b/.config/emacs/modules/bd--windows.el index 226ab12..81ea1df 100644 --- a/.config/emacs/modules/bd--windows.el +++ b/.config/emacs/modules/bd--windows.el @@ -100,8 +100,8 @@ dedicated buffer will never be automatically orphaned." :custom (shackle-rules '( ;; native - (compilation-mode :noselect t :align bottom :size 0.2) - (completion-list-mode :noselect t :align bottom :size 0.1) + (compilation-mode :select nil :align bottom :size 0.2) + (completion-list-mode :select nil :align bottom :size 0.1) ;; info (help-mode :noselect t :align left :size 0.3) (Info-mode :select t :align left :size 0.4) @@ -115,7 +115,7 @@ dedicated buffer will never be automatically orphaned." ("^\\*term.*\\*$" :regexp t :select t :align above :size 0.3) ;; magit (magit-status-mode :select t :align bottom :size 0.3) - (magit-diff-mode :noselect t :align right :size 0.3) + (magit-diff-mode :select nil :align right :size 0.3) ;; emms (emms-playlist-mode :select t :align left :size 0.2) )) |