From ce50237782555ff12d3b82e2a02838fdcf03d0c8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 10 Oct 2022 08:56:26 +0200 Subject: [PATCH] Add .ipynb_checkpoints to ignored directories --- config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.el b/config.el index 74f29c5..0cc56a0 100644 --- a/config.el +++ b/config.el @@ -59,7 +59,8 @@ (add-to-list 'projectile-globally-ignored-files ".gitkeep") (add-to-list 'projectile-globally-ignored-files ".envrc") (add-to-list 'projectile-globally-ignored-files ".project") - (add-to-list 'projectile-globally-ignored-directories ".direnv")) + (add-to-list 'projectile-globally-ignored-directories ".direnv") + (add-to-list 'projectile-globally-ignored-directories ".ipynb_checkpoints")) ;; Associate polymode to R markdown files (add-to-list 'auto-mode-alist '("\\.[rR]md\\'" . poly-markdown+R-mode)) ;; Set clangd as C/C++ LSP