A few tiny tweaks
[~bandali/configs] / .emacs.d / init.el
index 7f6ef96..e23653b 100644 (file)
 
 (with-eval-after-load 'ediff
   (setq ediff-window-setup-function 'ediff-setup-windows-plain
-        ediff-split-window-function 'split-window-horizontally)
-  (add-hook 'ediff-after-quit-hook-internal #'winner-undo))
+        ediff-split-window-function 'split-window-horizontally))
 
 (with-eval-after-load 'face-remap
   (setq
@@ -496,7 +495,7 @@ for all frames."
      (display-graphic-p)
      ;; we're not running in another WM/DE
      (not (getenv "XDG_CURRENT_DESKTOP"))
-     (member (system-name) '("chaman")))
+     (member (system-name) '("chaman" "langa")))
   (require 'bandali-exwm)
   (global-set-key (kbd "C-x b") #'exwm-workspace-switch-to-buffer))