Generation 80 2024-04-21 02:40:00 (current)
This commit is contained in:
parent
289cd2a9c0
commit
6f314b1378
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user