diff --git a/config.el b/config.el index abe0e48..de1422b 100644 --- a/config.el +++ b/config.el @@ -70,6 +70,11 @@ (setq gptel-backend (gptel-make-gh-copilot "Copilot")) ) +(map! :map meow-normal-state-keymap + :leader "w l" 'centaur-tabs-forward) +(map! :map meow-normal-state-keymap + :leader "w h" 'centaur-tabs-backward) + (use-package! typst-ts-mode :init (add-hook 'typst-ts-mode-hook #'eglot-ensure) diff --git a/config.org b/config.org index 06aac06..86250e9 100644 --- a/config.org +++ b/config.org @@ -138,6 +138,14 @@ Thisenables the feature of auto-expanding snippets when matching the pattern #+RESULTS: : t +*** Centaur tabs +#+begin_src emacs-lisp +(map! :map meow-normal-state-keymap + :leader "w l" 'centaur-tabs-forward) +(map! :map meow-normal-state-keymap + :leader "w h" 'centaur-tabs-backward) + +#+end_src ** Lang *** Typst diff --git a/init.el b/init.el index a1987c8..751d59a 100644 --- a/init.el +++ b/init.el @@ -31,24 +31,24 @@ ;;deft ; notational velocity for Emacs doom ; what makes DOOM look the way it does doom-dashboard ; a nifty splash screen for Emacs - ;;doom-quit ; DOOM quit-message prompts when you quit Emacs + doom-quit ; DOOM quit-message prompts when you quit Emacs ;; (emoji +unicode) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;; indent-guides ; highlighted indent columns ( ligatures +extras) ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API - ;;nav-flash ; blink cursor line after big motions + nav-flash ; blink cursor line after big motions ;;neotree ; a project drawer, like NERDTree for vim ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows smooth-scroll ; So smooth you won't believe it's not butter - ;; 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 +pretty) ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB - ;;window-select ; visually switch windows + window-select ; visually switch windows workspaces ; tab emulation, persistence & separate workspaces ( zen +mixed-pitch-mode) ; distraction-free coding or writing @@ -189,9 +189,9 @@ :app ;;calendar ;;emms - everywhere ; *leave* Emacs!? You must be joking + ;; everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize - (rss +org +youtube) ; emacs as an RSS reader + ;; (rss +org +youtube) ; emacs as an RSS reader :config literate