Same for exwm

This commit is contained in:
Benson Chu 2022-10-16 06:06:07 -05:00
parent 46c0cafe4b
commit 02c704ea5a
5 changed files with 3 additions and 6 deletions

3
.gitmodules vendored
View file

@ -13,9 +13,6 @@
[submodule "custom/emacs-memoize"]
path = submodule/emacs-memoize
url = https://github.com/skeeto/emacs-memoize
[submodule "custom/exwm"]
path = submodule/exwm
url = https://github.com/ch11ng/exwm
[submodule "custom/xelb"]
path = submodule/xelb
url = https://github.com/ch11ng/xelb

View file

@ -5,7 +5,6 @@
;; This will be the hardest to write :/
(when my-ec/enable-exwm
(use-exwm
:load-path "~/.emacs.d/submodule/exwm/"
:config
(use-package exwm-x)
(exwm-global-set-key (kbd "s-e") #'exwm-edit--compose)

View file

@ -41,6 +41,7 @@
;; Show the column number!
(column-number-mode t)
#+end_src
* switching keyboards
#+begin_src emacs-lisp
(require 'keyboard-toggle)

View file

@ -30,8 +30,9 @@
(defmacro use-exwm (&rest body)
`(use-package exwm
:load-path "~/.emacs.d/submodule/exwm"
:ensure nil
:defer t
:quelpa (exwm :fetcher "github-ssh" :repo "pestctrl/exwm")
,@body))
(provide 'use-exwm)

@ -1 +0,0 @@
Subproject commit 0368127976bda29d35eed788edfe74644ecd3845