diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index 0d785a84..67d56a04 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -955,23 +955,6 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)." :desc "Edit amount at point" "t a" 'hledger-edit-amount) -;;;-- tab-bar-mode configuration ;;;-- - -;; Kbd tab navigation -(map! - :map evil-normal-state-map - "H" #'tab-bar-switch-to-prev-tab - "L" #'tab-bar-switch-to-next-tab - "C-" #'tab-bar-switch-to-prev-tab - "C-" #'tab-bar-switch-to-next-tab) - -(evil-global-set-key 'normal (kbd "C-w") 'tab-bar-close-tab) -(evil-global-set-key 'normal (kbd "C-t") 'tab-bar-new-tab) - -(setq tab-bar-new-tab-choice "*doom*") - -(tab-bar-mode t) - (require 'focus) (map! :leader @@ -1037,7 +1020,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)." (defun projectile-goto-project () (interactive) (projectile-switch-project t) - (neotree-dir (projectile-project-root)) + ;;(neotree-dir (projectile-project-root)) ) (map! :leader diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index b61fb602..213427dd 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -1109,8 +1109,8 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)." #+END_SRC ** Tab Bar Configuration -I don't have this active right now since I'm exploring tab-bar mode instead! -#+BEGIN_SRC emacs-lisp :tangle config.el +I don't have this active right now since it's kinda weird with pgtk... +#+BEGIN_SRC emacs-lisp ;;;-- tab-bar-mode configuration ;;;-- ;; Kbd tab navigation @@ -1207,7 +1207,7 @@ I don't have this active right now since I'm exploring tab-bar mode instead! (defun projectile-goto-project () (interactive) (projectile-switch-project t) - (neotree-dir (projectile-project-root)) + ;;(neotree-dir (projectile-project-root)) ) (map! :leader