mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Same for exwm
This commit is contained in:
parent
46c0cafe4b
commit
02c704ea5a
5 changed files with 3 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
;; Show the column number!
|
||||
(column-number-mode t)
|
||||
#+end_src
|
||||
|
||||
* switching keyboards
|
||||
#+begin_src emacs-lisp
|
||||
(require 'keyboard-toggle)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue