about summary refs log tree commit diff
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-05T16·01+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-05T16·01+0100
commita180a5162033ae3d8217954a01f7c09401055971 (patch)
tree45a017556804f4f39318de5842101f019c889c94 /emacs/.emacs.d/init.el
parent1e1c61c84ce5d6aaffebb8d4a566936d24943019 (diff)
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.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 4841cfdb7b4b..9c7e9bdb57f3 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)