Skip to content

Commit

Permalink
Adds magit-file-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mishok13 committed Jan 16, 2025
1 parent a75c8c2 commit 079982c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@

(use-package golden-ratio)


;; (defun force-debug (func &rest args)
;; (condition-case e
;; (apply func args)
Expand All @@ -802,3 +801,8 @@
:custom
(chatgpt-shell-openai-key (lambda ()
(auth-source-pick-first-password :host "OpenAI ChatGPT API Key" :user "credential"))))

(use-package magit-file-icons
:after magit
:init
(magit-file-icons-mode 1))
3 changes: 3 additions & 0 deletions straight/versions/default.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
("eglot" . "81eb273965be82cd56d7502cccd68b5231a8fbab")
("ejira" . "49cb61239b19bf13775528231d7d49656ec7a8bb")
("el-get" . "847901f07bdf67763fa3a6c0fb057048cd58603b")
("el-patch" . "92803e7ea6e07cd56667ed7ea0dfacfc1f37f6d9")
("eldoc" . "91a8ae2fa66ac09f45337f9eca6c7aa643a063f4")
("emacs-request" . "01e338c335c07e4407239619e57361944a82cb8a")
("emacs-which-key" . "38d4308d1143b61e4004b6e7a940686784e51500")
Expand Down Expand Up @@ -48,12 +49,14 @@
("loop.el" . "9db6372791bbd0cf3fa907ed0ae3e6b7bcf6cc57")
("lua-mode" . "d074e4134b1beae9ed4c9b512af741ca0d852ba3")
("magit" . "bee964c56a83fd58add073c34343c6c2307df06f")
("magit-file-icons" . "4472b2643168b3f36e22c2b96644f3181c78c4fa")
("major-mode-hydra.el" . "d0a5dadee97c3752fcdef113cf2ba1923972a480")
("marginalia" . "643a5f50c9f9d0698c8b1d72678886aefcf69052")
("markdown-mode" . "8692afc12e13431efb0c302baee1de5bbf4a41e4")
("melpa" . "ed2c4cc0ce0a0da9863f27cca3abf18f1c198e33")
("mermaid-mode" . "e74d4da7612c7a88e07f9dd3369e3b9fd36f396c")
("multiple-cursors.el" . "dd10cf2334333838e4550f091a75695448e26765")
("nerd-icons.el" . "546ee20caf825e65da4c5435d31f13d269ed2a81")
("nongnu-elpa" . "21d496592222284f3d624227fa41633e472e6a1c")
("orderless" . "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")
("org" . "eebc9be7caecc9325d5e142410fbfc64ff0ae6cf")
Expand Down

0 comments on commit 079982c

Please sign in to comment.