From 5f26d7b80471b9bd9ffaccb7059f0f125583a90a Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Tue, 28 Sep 2021 21:06:41 -0400 Subject: [PATCH] no tabs + emacs shortcut --- doom-emacs/.doom.d/init.el | 2 +- sway/.config/sway/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doom-emacs/.doom.d/init.el b/doom-emacs/.doom.d/init.el index 16bc35b..a9132d5 100644 --- a/doom-emacs/.doom.d/init.el +++ b/doom-emacs/.doom.d/init.el @@ -41,7 +41,7 @@ ;;neotree ; a project drawer, like NERDTree for vim ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows - tabs ; a tab bar for Emacs + ;;tabs ; a tab bar for Emacs treemacs ; a project drawer, like neotree but cooler unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe diff --git a/sway/.config/sway/config b/sway/.config/sway/config index b4448d2..fdaadf3 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -212,7 +212,7 @@ mode "resize" { bindsym Escape mode "default" } bindsym $mod+r mode "resize" -bindsym $mod+e exec emacs +bindsym $mod+e exec emacsclient -c bindsym $mod+Right workspace next bindsym $mod+Left workspace prev