about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/init.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-27T14·50+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-27T14·50+0000
commitb5c0d296018140d16dc4be81c12697fe29d6f92d (patch)
tree286909742d602c83c817ed1cf6fd53be33c2cfef /configs/shared/.emacs.d/init.el
parentb6e99528898421c5fb87e2c27e1d059a630a2108 (diff)
Change Emacs startup
Remove `dbus-launch` and prefer simply `exec emacs`. Add `--no-site-file` and
`--no-site-lisp` flags.

Temporarily disable `google-stuff.el` because it's unavailable with the
`--no-site-lisp` flag.

This should all be fixed when I fully nixify my Emacs.
Diffstat (limited to 'configs/shared/.emacs.d/init.el')
-rw-r--r--configs/shared/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/init.el b/configs/shared/.emacs.d/init.el
index c5657c9090..774ae8888b 100644
--- a/configs/shared/.emacs.d/init.el
+++ b/configs/shared/.emacs.d/init.el
@@ -11,7 +11,7 @@
 (require 'kaomoji)
 
 ;; Google
-(require 'google-stuff)
+;; (require 'google-stuff)
 
 ;; Laptop XF-functionality
 (require 'pulse-audio)