diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-27T14·50+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-27T14·50+0000 |
commit | b5c0d296018140d16dc4be81c12697fe29d6f92d (patch) | |
tree | 286909742d602c83c817ed1cf6fd53be33c2cfef /configs/shared/.emacs.d/init.el | |
parent | b6e99528898421c5fb87e2c27e1d059a630a2108 (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.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/init.el b/configs/shared/.emacs.d/init.el index c5657c909027..774ae8888b03 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) |