From 6cf8517cabee6595e843ab0b77d5f5ab26bbe5c8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 23 Dec 2019 09:02:08 +0000 Subject: Combine google-{stuff,tooling} Google-related files should eventually be moved out of GitHub hosting and onto Google infrastructure (e.g. Git on Borg). When I do this, I should run: ```fish > git grep --ignore-case google (git rev-list --all) ``` To assess the reference I've introduced into this repository. Other tools that should come in handy when I do this are: - git filter-branch - BFG repo-cleaner --- configs/shared/.emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configs/shared/.emacs.d/init.el') diff --git a/configs/shared/.emacs.d/init.el b/configs/shared/.emacs.d/init.el index 6c8794d22a69..b0e7548d82ed 100644 --- a/configs/shared/.emacs.d/init.el +++ b/configs/shared/.emacs.d/init.el @@ -11,11 +11,9 @@ (require 'kaomoji) ;; Google -(require 'google-tooling) -;; TODO: How should I handle google-stuff.el? - ;; TODO: Debug why wallpaper is changing randomly. It seems to happen every 5 ;; seconds when init.el is open... +(require 'google-stuff) ;; Laptop XF-functionality (require 'pulse-audio) -- cgit 1.4.1