From af8cd7c52cb0fcddae945ab71d7a7ca8d98b16d3 Mon Sep 17 00:00:00 2001 From: William Moore Date: Mon, 15 Jul 2024 22:38:58 -0500 Subject: [PATCH] Updates --- .gitignore | 4 +++- init.el | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b31e8e5..92816e5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ bookmarks* history* tramp* var* -snippets/* \ No newline at end of file +snippets/* +diary +srecode-map.el \ No newline at end of file diff --git a/init.el b/init.el index afa5451..649735c 100644 --- a/init.el +++ b/init.el @@ -10,7 +10,6 @@ '(tool-bar-mode nil) '(visible-bell 1)) - (global-ede-mode t) ;; whomp helpers @@ -42,8 +41,8 @@ (require 'whomp-completion) ;; development configuration (require 'whomp-development) -;; AI configuration -(require 'whomp-ai) +;; AI configuration (temporarily removed pending consideration) +;; (require 'whomp-ai) ;; org configuration (require 'whomp-orgmode) ;; dashboard