From a180a5162033ae3d8217954a01f7c09401055971 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 5 Apr 2020 17:01:52 +0100 Subject: [PATCH] Don't depend on google-stuff.el I created a google-stuff.el module months ago, but I have not needed to use it much. Removing the google-stuff.el module and all of my dependencies on it. --- emacs/.emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 4841cfdb7..9c7e9bdb5 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -10,9 +10,6 @@ (require 'macros) (require 'kaomoji) -;; Google -;; (require 'google-stuff) - ;; Laptop XF-functionality (require 'pulse-audio) (require 'screen-brightness)