Add tempfiles to .gitignore
This commit is contained in:
parent
afdbce556f
commit
21a1fa9349
3 changed files with 8 additions and 2 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
elpa/
|
||||||
|
cursory-latest-state.eld
|
||||||
|
fontaine-latest-state.eld
|
||||||
|
projects
|
||||||
|
recentf
|
||||||
|
savehist
|
|
@ -2635,7 +2635,7 @@ branches, etc.
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind ("C-c g" . magit-status)
|
:bind ("C-x g" . magit-status)
|
||||||
:init
|
:init
|
||||||
(setq magit-define-global-key-bindings nil)
|
(setq magit-define-global-key-bindings nil)
|
||||||
;; (setq magit-section-visibility-indicator '("⮧"))
|
;; (setq magit-section-visibility-indicator '("⮧"))
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind ("C-c g" . magit-status)
|
:bind ("C-x g" . magit-status)
|
||||||
:init
|
:init
|
||||||
(setq magit-define-global-key-bindings nil)
|
(setq magit-define-global-key-bindings nil)
|
||||||
;; (setq magit-section-visibility-indicator '("⮧"))
|
;; (setq magit-section-visibility-indicator '("⮧"))
|
||||||
|
|
Loading…
Reference in a new issue