aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el23
1 files changed, 23 insertions, 0 deletions
diff --git a/init.el b/init.el
index 6b6ae0b..12cc2f1 100644
--- a/init.el
+++ b/init.el
@@ -59,6 +59,29 @@
59 59
60 60
61;; --------------------------------------------------------------------- 61;; ---------------------------------------------------------------------
62;;; Window Manager / Desktop Environment
63;; -------------------------------------
64;; Emacs is capable of functioning as the entire desktop environment.
65;; ---------------------------------------------------------------------
66
67;; ---------------------------------
68;; Emacs X Window Manager (EXWM)
69;; -----------------------------
70;; EXWM is a fully-featured
71;; X Window Manager.
72;; ---------------------------------
73
74(use-package exwm
75 :straight t
76 :config
77 (require 'exwm-config)
78 (setq exwm-workspace-number 1)
79 (exwm-enable))
80
81
82
83
84;; ---------------------------------------------------------------------
62;;; Text Editor 85;;; Text Editor
63;; ------------ 86;; ------------
64;; These tweaks are meant to make the text editor more convenient. 87;; These tweaks are meant to make the text editor more convenient.