From b678e2802e53cf3e627aff7741aede25acd7eb45 Mon Sep 17 00:00:00 2001 From: jgrogan Date: Fri, 31 May 2024 10:17:20 +0100 Subject: [PATCH] Ignore some emacs caches. --- .gitignore | 4 ++++ emacs/.emacs.d/init.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8174b00..19beed5 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,7 @@ flycheck_*.el elpa projectile-bookmarks.eld +emms +transient +.cache +auto-save/ \ No newline at end of file diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 390a4c3..b2c1415 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -203,7 +203,7 @@ ;; 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. - ;;(treemacs-resize-icons 44) + (treemacs-resize-icons 18) (treemacs-follow-mode t) (treemacs-filewatch-mode t)