Henrik Lissner 2023-02-20 22:47:23 -05:00
parent 06c794faf5
commit 1eb3fd3449
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
13 changed files with 15 additions and 28 deletions

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/hl-todo/packages.el ;;; ui/hl-todo/packages.el
(package! hl-todo :pin "e52285965b5ee89c18080661d4f80270143ae8dc") (package! hl-todo :pin "a627d33214e60fc5a2fe6164411d908e1afdba59")

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/hydra/packages.el ;;; ui/hydra/packages.el
(package! hydra :pin "9e9e00cb240ea1903ffd36a54956b3902c379d29") (package! hydra :pin "317e1de33086637579a7aeb60f77ed0405bf359b")

View file

@ -2,7 +2,7 @@
;;; ui/modeline/packages.el ;;; ui/modeline/packages.el
(unless (modulep! +light) (unless (modulep! +light)
(package! doom-modeline :pin "b66d5e5006df4cedb1119da3d83fd6c08965b830")) (package! doom-modeline :pin "6125309c2caa3c98591a4c802e9b4dd2f7ea83e9"))
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67") (package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
(when (modulep! :editor evil) (when (modulep! :editor evil)
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899")) (package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/nav-flash/packages.el ;;; ui/nav-flash/packages.el
(package! nav-flash :pin "2e31f32085757e1dfdd8ec78e9940fd1c88750de") (package! nav-flash :pin "5d4b48567862f6be0ca973d6b1dca90e4815cb9b")

View file

@ -3,4 +3,4 @@
(if (modulep! :editor evil) (if (modulep! :editor evil)
(package! evil-goggles :pin "8f20a16e74016f37ad76dc4f2230d9b00c6df3c2") (package! evil-goggles :pin "8f20a16e74016f37ad76dc4f2230d9b00c6df3c2")
(package! volatile-highlights :pin "9a20091f0ce7fc0a6b3e641a6a46d5f3ac4d8392")) (package! volatile-highlights :pin "513c8b73cd3bc06cb9936a100468c227f649851c"))

View file

@ -19,20 +19,7 @@
(defun +tabs-disable-centaur-tabs-mode-maybe-h () (defun +tabs-disable-centaur-tabs-mode-maybe-h ()
"Disable `centaur-tabs-mode' in current buffer." "Disable `centaur-tabs-mode' in current buffer."
(when (centaur-tabs-mode-on-p) (when (centaur-tabs-mode-on-p)
(centaur-tabs-local-mode)))) (centaur-tabs-local-mode)))))
(defadvice! +tabs--fixed-centaur-tabs-project-name-a ()
:override #'centaur-tabs-project-name
(let ((project-name (cdr (project-current))))
;; In earlier versions of project.el, `project-current' returned a cons
;; cell (VCBACKEND . PROJECTROOT). In more recent versions it returns
;; (TYPE VCBACKEND PROJECTROOT), which throws an error.
;; REVIEW This should be upstreamed.
(when (listp project-name)
(setq project-name (cadr project-name)))
(if project-name
(format "Project: %s" (expand-file-name project-name))
centaur-tabs-common-group-name))))
;; TODO tab-bar-mode (emacs 27) ;; TODO tab-bar-mode (emacs 27)

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/tabs/packages.el ;;; ui/tabs/packages.el
(package! centaur-tabs :pin "f4cef95acbd2eb99c8db3b6cdde74a6e0a966a0a") (package! centaur-tabs :pin "a2890d968d877b269a814a691356fc5877833c39")

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/treemacs/packages.el ;;; ui/treemacs/packages.el
(package! treemacs :pin "76807bef3c128aca33064228a80c5e6937a67b8c") (package! treemacs :pin "9986d6cd3d2822db7ae0e6d8a275db7057f3e828")
;; These packages have no :pin because they're in the same repo ;; These packages have no :pin because they're in the same repo
(when (modulep! :editor evil +everywhere) (when (modulep! :editor evil +everywhere)
(package! treemacs-evil)) (package! treemacs-evil))
@ -11,4 +11,4 @@
(when (modulep! :ui workspaces) (when (modulep! :ui workspaces)
(package! treemacs-persp)) (package! treemacs-persp))
(when (modulep! +lsp) (when (modulep! +lsp)
(package! lsp-treemacs :pin "2894e6dec583eaa77037627e9d8c3bc89cf7273d")) (package! lsp-treemacs :pin "a48763ba5d1c024426e237ce65926db849d3ae6f"))

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/unicode/packages.el ;;; ui/unicode/packages.el
(package! unicode-fonts :pin "47f2397ade28eba621baa865fd69e4efb71407a5") (package! unicode-fonts :pin "44d0a22420c39709d1e1fa659a3f135facf3c986")

View file

@ -2,5 +2,5 @@
;;; ui/vc-gutter/packages.el ;;; ui/vc-gutter/packages.el
(if (modulep! +diff-hl) (if (modulep! +diff-hl)
(package! diff-hl :pin "dabb7be6283488abd8d232ea8ce590d502713ed8") (package! diff-hl :pin "d20f16bf5eadd66e775f215e800f25caddae8cb5")
(package! git-gutter-fringe :pin "648cb5b57faec55711803cdc9434e55a733c3eba")) (package! git-gutter-fringe :pin "648cb5b57faec55711803cdc9434e55a733c3eba"))

View file

@ -2,8 +2,8 @@
;;; ui/window-select/packages.el ;;; ui/window-select/packages.el
(if (modulep! +switch-window) (if (modulep! +switch-window)
(package! switch-window :pin "8d9fe251d8d38b223d643df975876356ddfc1b98") (package! switch-window :pin "71ef2f54c97f3fd2e7ff7964d82e6562eb6282f7")
(package! ace-window :pin "0577c426a9833ab107bab46c60d1885c611b2fb9")) (package! ace-window :pin "77115afc1b0b9f633084cf7479c767988106c196"))
(when (modulep! +numbers) (when (modulep! +numbers)
(package! winum :pin "c5455e866e8a5f7eab6a7263e2057aff5f1118b9")) (package! winum :pin "c5455e866e8a5f7eab6a7263e2057aff5f1118b9"))

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/workspaces/packages.el ;;; ui/workspaces/packages.el
(package! persp-mode :pin "7a594a3d8f1c4ba9234dcd831a589e87f3f4ae86") (package! persp-mode :pin "df95ea710e2a72f7a88293b72137acb0ca024d90")

View file

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; ui/zen/packages.el ;;; ui/zen/packages.el
(package! writeroom-mode :pin "eac1da790f316f357ed76ed67fbb790d6a4d126a") (package! writeroom-mode :pin "1fd52848eb58301c864712fd26c4ec37a938cc19")
(package! mixed-pitch :pin "519e05f74825abf04b7d2e0e38ec040d013a125a") (package! mixed-pitch :pin "519e05f74825abf04b7d2e0e38ec040d013a125a")