A few emacs fixes after switching to pgtk

This commit is contained in:
Emmet 2023-08-14 20:09:05 -05:00
parent f8551c925f
commit 2a74d55d0e
2 changed files with 4 additions and 21 deletions

View file

@ -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