From 3ce668c3bb1225944a67fde481c0c3af3aeb8c36 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 3 Feb 2020 15:13:18 +0100 Subject: [PATCH] Emacs: Suppress some warnings. --- init.d/programming/common.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 4c2b747..8b097dd 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -1,6 +1,6 @@ ;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-02-02T13:50:15+0100> +;; Time-stamp: <2020-02-03T15:12:54+0100> ;;; Commentary: @@ -118,6 +118,10 @@ (unless slow-computer (use-package projectile :after (treemacs ivy) + :functions (f-directory? + treemacs-collapse-other-projects + treemacs-toggle-node + my/projectile-kill-buffers) :init (defvar my/cmake-compile-command ; cmake command for compiling with 1