Generation 80 2024-04-21 02:40:00 (current)

This commit is contained in:
Jonas Röger 2024-04-21 02:40:02 +02:00
parent 289cd2a9c0
commit 6f314b1378
3 changed files with 11 additions and 3 deletions

View File

@ -76,3 +76,8 @@
;; they are implemented.
(after! treemacs
(setq treemacs-position 'right))
(package! conventional-commit
:recipe (:fetcher github :repo "akirak/conventional-commit.el"))
(add-hook 'git-commit-mode-hook 'conventional-commit-setup)

View File

@ -49,9 +49,9 @@
;;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 ; distraction-free coding or writing
zen ; distraction-free coding or writing
:editor
(evil +everywhere); come to the dark side, we have cookies

View File

@ -48,3 +48,6 @@
;; (unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;; (unpin! t)
(package! conventional-commit
:recipe (:fetcher github :repo "akirak/conventional-commit.el"))