diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-08-31T18·46+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-31T23·45+0000 |
commit | a60998c2340b2b34bcc8e53a338bcd0be3e52c78 (patch) | |
tree | d596ab3939d2da8196f11f6758d77fb301293915 /users/tazjin/emacs/config | |
parent | 6f4d3fec5c58dbf02b6d332e24997bf198e5b1c5 (diff) |
chore(tazjin/emacs): use emacs-pgtk r/8623
I'm doing a wayland experiment, this is necessary for now. This disables some parts of the configuration which are not going to work with wayland. Change-Id: I61d0042fd52f2c7cade2794c0d5b5849ecaf5229 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12399 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/emacs/config')
-rw-r--r-- | users/tazjin/emacs/config/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/tazjin/emacs/config/init.el b/users/tazjin/emacs/config/init.el index 2af68a9f746e..500e582aea15 100644 --- a/users/tazjin/emacs/config/init.el +++ b/users/tazjin/emacs/config/init.el @@ -238,8 +238,7 @@ ;; Load all other Emacs configuration. These configurations are ;; added to `load-path' by Nix. -(mapc 'require '(desktop - mail-setup +(mapc 'require '(mail-setup look-and-feel functions settings |