Ignore some emacs caches.
This commit is contained in:
parent
5c17a7d184
commit
b678e2802e
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -50,3 +50,7 @@ flycheck_*.el
|
||||||
|
|
||||||
elpa
|
elpa
|
||||||
projectile-bookmarks.eld
|
projectile-bookmarks.eld
|
||||||
|
emms
|
||||||
|
transient
|
||||||
|
.cache
|
||||||
|
auto-save/
|
|
@ -203,7 +203,7 @@
|
||||||
|
|
||||||
;; The default width and height of the icons is 22 pixels. If you are
|
;; The default width and height of the icons is 22 pixels. If you are
|
||||||
;; using a Hi-DPI display, uncomment this to double the icon size.
|
;; using a Hi-DPI display, uncomment this to double the icon size.
|
||||||
;;(treemacs-resize-icons 44)
|
(treemacs-resize-icons 18)
|
||||||
|
|
||||||
(treemacs-follow-mode t)
|
(treemacs-follow-mode t)
|
||||||
(treemacs-filewatch-mode t)
|
(treemacs-filewatch-mode t)
|
||||||
|
|
Loading…
Reference in a new issue