mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
A few emacs fixes after switching to pgtk
This commit is contained in:
parent
f8551c925f
commit
2a74d55d0e
|
@ -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-<iso-lefttab>" #'tab-bar-switch-to-prev-tab
|
||||
"C-<tab>" #'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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue