diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-05T16·01+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-05T16·01+0100 |
commit | a180a5162033ae3d8217954a01f7c09401055971 (patch) | |
tree | 45a017556804f4f39318de5842101f019c889c94 /emacs | |
parent | 1e1c61c84ce5d6aaffebb8d4a566936d24943019 (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')
-rw-r--r-- | emacs/.emacs.d/init.el | 3 |
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) |