Continue breaking init into modules
This commit is contained in:
parent
261e59a27f
commit
fa30149008
8 changed files with 258 additions and 239 deletions
11
emacs/.emacs.d/modules/jg-dev.el
Normal file
11
emacs/.emacs.d/modules/jg-dev.el
Normal file
|
@ -0,0 +1,11 @@
|
|||
; -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package magit
|
||||
:commands (magit-status magit-get-current-branch)
|
||||
:custom
|
||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
|
||||
|
||||
(use-package rainbow-delimiters
|
||||
:hook (prog-mode . rainbow-delimiters-mode))
|
||||
|
||||
(provide 'jg-dev)
|
Loading…
Add table
Add a link
Reference in a new issue